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.
1 parent 0d9a9dd commit 9346e5fCopy full SHA for 9346e5f
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