data-prepper icon indicating copy to clipboard operation
data-prepper copied to clipboard

Accept data from Kafka

Open laneholloway opened this issue 4 years ago • 2 comments

Data Prepper can receive events from Kafka using a source which acts as a Kafka consumer.

This source should support most or all of the consumer configurations.

It should be able to support deserializing objects directly into Events. With the StringDeserializer it can create an Event with a single field, say message with the string as the value. It could possible have a JSON-based deserializer which maps JSON data directly into the fields of the Event.

laneholloway avatar Sep 06 '21 15:09 laneholloway

I'm waiting for the feature when Data Prepper can talk to Kafka/MSK.

srakshit avatar Nov 04 '21 15:11 srakshit

Would like to see Kafka as both and input and a sink

ryn9 avatar Jan 11 '22 15:01 ryn9

This is implemented and will be released in 2.4.

dlvenable avatar Aug 16 '23 21:08 dlvenable