Skip to content

Commit

Permalink
Merge pull request #35970 from aolle/fix-kafka-doc-char
Browse files Browse the repository at this point in the history
Kafka Reference Guide - text fix
  • Loading branch information
gsmet authored Sep 18, 2023
2 parents b2d4098 + db7cafa commit 6dd7c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ public void consume(List<Double> prices) {
}
----

The incoming method can also receive `Message<List<Payload>>`, `KafkaRecordBatch<Key, Payload>` `ConsumerRecords<Key, Payload>` types.
The incoming method can also receive `Message<List<Payload>>`, `KafkaRecordBatch<Key, Payload>`, and `ConsumerRecords<Key, Payload>` types.
They give access to record details such as offset or timestamp:

[source, java]
Expand Down

0 comments on commit 6dd7c99

Please sign in to comment.