Issue redis sink connector

I have a problem using Redis Sink Connector.

I have an application that will produce messages in JSON format for a topic where I have configured a JDBC and Redis connector, in Oracle everything worked out, but in redis it is inserting in a strange way in text format.

It inserts some unicode characters in the string.

My serialization is in JSON, and my connector is configured as StringConverter.

Could you please help me?

when I try to deserialize my json the text comes like this:

“\0\0\0\0\u0003{"BlockId":"1"…”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.