Hi Team,
I am working with kafka exporter for aggregating the data,
Few questions;
- Present code having only StringSerializer/deser,so if i use StringDeserializer during consuming from kafka, i have to redefine the complete zeebe event? any other way to use the same zeebe schema
- In the old code i see SchemaSerializer/SchemaDeserializer which was removed in the latest release ,can i know the reason behind it?
My main objective is to stream the zeebe kafka events and use it as pogo for further aggregation with minimal effort