Why SchemaSerializer/SchemaDeserializer is removed from the kafka exporter package

Hi Team,
I am working with kafka exporter for aggregating the data,
Few questions;

  1. 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
  2. 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

I found the solution by using zeebe-io/ zeebe-protocol-immutables

1 Like