#apache-kafka
Read more stories on Hashnode
Articles with this tag
Kafka doesn't know about type or schema transferred documents. For Kafka cluster all messages are just bytes. But it is good, at least from client...
Start environment Run Kafka broker described in previous post. Create java project You can use Spring Initializr for creating a new project. Add...
Apache Kafka can by set up an platform at your pc or dockized. For all testing and learning purposes I'll choose containers. For managing containers I...