We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d9a9dd + 9346e5f commit 7767556Copy full SHA for 7767556
docs-source/transactional-event-queues/content/kafka/transactional-messaging.md
@@ -61,7 +61,6 @@ public void produce(String record) {
61
// 2. Create the producer record and prepare to send it to a topic
62
ProducerRecord<String, String> pr = new ProducerRecord<>(
63
topic,
64
- Integer.toString(idx),
65
record
66
);
67
producer.send(pr);
0 commit comments