Forum Discussion
Hi dipsthorat
Kindly try with the below for the Posting data part:
-> Typically use Kafka producer and consumer applications by using Java and the Kafka Java client.
-> Set Up Kafka Producer Configuration - bootstrap servers (address of Kafka brokers), topic name, serialization -> settings and more
-> Create a Kafka Producer object with the configured properties
-> Create and Send Records which contans the data you want to post
-> work with send() method of the KafkaProducer to send records
-> Handle Callbacks and Errors for acknowledgments or errors from Kafka brokers-> Typically use Kafka producer and consumer applications by using Java and the Kafka Java client.
-> Set Up Kafka Producer Configuration - bootstrap servers (address of Kafka brokers), topic name, serialization -> settings and more
-> Create a Kafka Producer object with the configured properties
-> Create and Send Records which contans the data you want to post
-> work with send() method of the KafkaProducer to send records
-> Handle Callbacks and Errors for acknowledgments or errors from Kafka brokers
Hope this helps - Happy to help further on the Reading date upon your acknowledgment !!
Thank you very much and have a fantastic day!
Warm regards
- dipsthorat9 months agoOccasional Contributor
Thanks for your reply.
But I didn't understand.I need to understand how to read and post data on kafka through Ready API.
Related Content
- 4 years ago
Recent Discussions
- 8 days ago