I'm trying to wrap my head around the library. The setup I have is to stream changes from the database via Debezium. However, the values I'm capturing in the stream are pretty much gibberish. Would it be possible to write a small example on how to deal with Debezium & this library?
Hi,
I'm trying to wrap my head around the library. The setup I have is to stream changes from the database via Debezium. However, the values I'm capturing in the stream are pretty much gibberish. Would it be possible to write a small example on how to deal with Debezium & this library?
The example I'm using for Debezium is this: https://www.youtube.com/watch?v=WnUsiueKfKI I think it is using Apache Avro as a serialization format.