Skip to content

Commit 7767556

Browse files
Merge pull request #1034 from oracle/transactional-producer-typo
TxEventQ Transactional Producer Typo
2 parents 0d9a9dd + 9346e5f commit 7767556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs-source/transactional-event-queues/content/kafka/transactional-messaging.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public void produce(String record) {
6161
// 2. Create the producer record and prepare to send it to a topic
6262
ProducerRecord<String, String> pr = new ProducerRecord<>(
6363
topic,
64-
Integer.toString(idx),
6564
record
6665
);
6766
producer.send(pr);

0 commit comments

Comments
 (0)