Skip to content

Commit 31ea5c4

Browse files
committed
Fix doc typo
1 parent 9b83135 commit 31ea5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ When you use this setting, we recommend that you set the template's `sharedReply
659659
IMPORTANT: If you have multiple client instances and you do not configure them as discussed in the preceding paragraph, each instance needs a dedicated reply topic.
660660
An alternative is to set the `KafkaHeaders.REPLY_PARTITION` and use a dedicated partition for each instance.
661661
The `Header` contains a four-byte int (big-endian).
662-
The server must use this header to route the reply to the correct topic (`@KafkaListener` does this).
662+
The server must use this header to route the reply to the correct partition (`@KafkaListener` does this).
663663
In this case, though, the reply container must not use Kafka's group management feature and must be configured to listen on a fixed partition (by using a `TopicPartitionOffset` in its `ContainerProperties` constructor).
664664

665665
NOTE: The `DefaultKafkaHeaderMapper` requires Jackson to be on the classpath (for the `@KafkaListener`).

0 commit comments

Comments
 (0)