Hi
I am receiving Strings of JSON from Kafka. I would like to split the string to get each field from the JSON object to store it into Redis.
How can I split the string and assign the parts to variables?
Thank you in advance.
Regards,
Daniela
