Supercharge your Kafka producer with a custom serializer
Sep 4, 2023 · 3 min read · Introduction In this tutorial, we will explore how to create a custom Kafka serializer in Java. We'll implement a serializer that adds "hello" to the beginning of every message. This can be a handy tool if you want to isolate logic from your app and ...
Join discussion