nodefluent / kafka-streams

equivalent to kafka-streams :octopus: for nodejs :sparkles::turtle::rocket::sparkles:
https://nodefluent.github.io/kafka-streams/
MIT License
830 stars 111 forks source link

Provide Debezium example #219

Open villesau opened 2 years ago

villesau commented 2 years ago

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.