How to manage your Kafka consumers from the producer
To make it short, Kafka is a giant queue where you can store a lot of things that need to be done, but you don't necessarily pay attention when it is done. On the first end, you have the "producer" program which sends a "message" to Kafka on a "topic". On the other end, you'll find the "consumers" programs that are reading the messages and do stuff with them.
Read full article from How to manage your Kafka consumers from the producer
No comments:
Post a Comment