bazzani commented on PR #9493:
URL: https://github.com/apache/kafka/pull/9493#issuecomment-2461314658

   @andmse182449 i had to do very similar things in the past and ended up 
creating my own custom SMTs in order to convert certain fields with n-levels of 
complex objects/arrays of objects in to JSON strings, and it was very time 
consuming.
   
   I have been wanting to write a library that will do this for some time now, 
and I might start looking at it again.
   
   There are some other SMT libraries out there if you google for them (like 
the one below) but they all achieved about 90% of what I needed.
   
   I might look in to creating the library with lots of unit tests soon.
   
   https://github.com/an0r0c/kafka-connect-transform-tojsonstring


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to