For what it's worth, that sounds less like a Kafka Connector and more like a Kafka Streams app.
-- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Thu, 11 Mar 2021 at 18:27, Nick Siviglia <nisivig...@gmail.com> wrote: > 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 >