Skip to content

Commit c900185

Browse files
authored
Fix typo in the tips.adoc
1 parent 4d6d7f6 commit c900185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/tips.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static class PartitionFinder {
4444

4545
Using this in conjunction with `ConsumerConfig.AUTO_OFFSET_RESET_CONFIG=earliest` will load all records each time the application is started.
4646
You should also set the container's `AckMode` to `MANUAL` to prevent the container from committing offsets for a `null` consumer group.
47-
Howewever, starting with version 2.5.5, as shown above, you can apply an initial offset to all partitions; see <<manual-assignment>> for more information.
47+
However, starting with version 2.5.5, as shown above, you can apply an initial offset to all partitions; see <<manual-assignment>> for more information.
4848

4949
[[ex-jdbc-sync]]
5050
=== Examples of Kafka Transactions with Other Transaction Managers

0 commit comments

Comments
 (0)