-
Feature Request
-
Resolution: Done
-
Major
-
0.6
-
None
Right now we are serializing the JSON object into one of message fields and sent them into Kafka. The problem is that sink connectors (like Elasticsearch, maybe kafka streams have the same requirement) can have a problems to consume message in such format. We should then
- either provide an SMT to extract the serialized message and convert it into Struct
- or provide a configuration option in MongoDB connector to store the content as {{Structt} instead of serialized form