diff --git a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc index 50c9b29ea..cf80e8a14 100644 --- a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc +++ b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/partitions.adoc @@ -2,7 +2,7 @@ Apache Kafka supports topic partitioning natively. -Sometimes it is advantageous to send data to specific partitions, for example when you want to strictly order message processing - all messsages for a particular customer should go to the same partition. +Sometimes it is advantageous to send data to specific partitions, for example when you want to strictly order message processing - all messages for a particular customer should go to the same partition. The following illustrates how to configure the producer and consumer side: