Typical Application Scenario
Scenario Description
Kafka is a distributed message system, in which messages can be publicized or subscribed. A Producer is to be developed to send a message to a topic of a Kafka cluster every second, and a Consumer is to be implemented to ensure that the topic is subscribed and that messages of the topic are consumed in real time.
Development Guidelines
- Use a Linux client to create a topic.
- Develop a Producer to produce data to the topic.
- Develop a Consumer to consume the data of the topic.
Last Article: Application Development
Next Article: Old Producer API Usage Sample
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.