Hi Everyone, I'd like to create a Kafka connector that instead of acting like a source or sink will instead do some processing on the data and output to another kafka topic. Has anyone done this before? Does anyone see any potential drawbacks?
Data is json format at around 150 string and number fields per object. And I'm planning on receiving about 2 million a day. Thanks for any help, Nick