Skip to content

Commit a2f9270

Browse files
authored
Addressing comments from userback (#1613)
1 parent 1170e8d commit a2f9270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data/tutorials.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,13 +614,13 @@ kafka-producer-application:
614614
kafka: enabled
615615
confluent: enabled
616616
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
618618
meta-description: build an Kafka producer application and handle responses using
619619
the Callback interface
620620
canonical: confluent
621621
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
624624
an automatic way of handling responses after producing records. In this tutorial,
625625
you'll learn how to use the Callback interface to automatically handle responses
626626
from producing records.

0 commit comments

Comments
 (0)