What is the difference between implementing Deserializer and Serde in Kafka Consumer API?
I try to simulate Gwen (Chen) Shapira’s kafka-clickstream-enrich kafka-stream project on GitHub (https://github.com/onurtokat/kafka-clickstream-enrich). When I consume a topic using consumer class …