File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -614,13 +614,13 @@ kafka-producer-application:
614
614
kafka : enabled
615
615
confluent : enabled
616
616
kafka-producer-application-callback :
617
- title : How to build an Apache KafkaProducer application with callbacks
617
+ title : How to build an Apache Kafka ® producer application with callbacks
618
618
meta-description : build an Kafka producer application and handle responses using
619
619
the Callback interface
620
620
canonical : confluent
621
621
slug : /kafka-producer-callback-application
622
- question : How can you use callbacks with a KafkaProducer to handle produce responses?
623
- introduction : You have an application using a Apache KafkaProducer , and you want
622
+ question : How can you use callbacks with a KafkaProducer to handle responses from the broker ?
623
+ introduction : You have an application using an Apache Kafka producer , and you want
624
624
an automatic way of handling responses after producing records. In this tutorial,
625
625
you'll learn how to use the Callback interface to automatically handle responses
626
626
from producing records.
You can’t perform that action at this time.
0 commit comments