Kafka Development Plan
Scenario Description
Kafka is a distributed message system, in which messages can be published or subscribed. A Producer is developed to send a message to a topic of a Kafka cluster every second, and a Consumer is 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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot