Skip to content

Commit 6fb3e5a

Browse files
committed
Fix a couple typos in Docs
1 parent dd914d2 commit 6fb3e5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/reference/asciidoc/changes-since-1.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ See <<committing-offsets>> for more information.
6767
Listener performance can now be monitored using Micrometer `Timer` s.
6868
See <<micrometer>> for more information.
6969

70-
The containers now publish additional consumer lifecyle events relating to startup.
70+
The containers now publish additional consumer lifecycle events relating to startup.
7171
See <<events>> for more information.
7272

7373
Transactional batch listeners can now support zombie fencing.

src/reference/asciidoc/whats-new.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Also see <<new-in-sik>>.
1010
This version requires the 2.4.0 `kafka-clients` or higher and supports the new incremental rebalancing feature.
1111

1212
[[x24-carl]]
13-
==== ConsumerAwareRabalanceListener
13+
==== ConsumerAwareRebalanceListener
1414

1515
Like `ConsumerRebalanceListener`, this interface now has an additional method `onPartitionsLost`.
1616
Refer to the Apache Kafka documentation for more information.
1717

1818
Unlike the `ConsumerRebalanceListener`, The default implementation does **not** call `onPartitionsRevoked`.
19-
Instead, the listener container will call that method after it has called `onPartitionsLost`; you should not, therefore, do the same when implementing `ConsumerAwareRabalanceListener`.
19+
Instead, the listener container will call that method after it has called `onPartitionsLost`; you should not, therefore, do the same when implementing `ConsumerAwareRebalanceListener`.
2020

2121
See the IMPORTANT note at the end of <<rebalance-listeners>> for more information.
2222

@@ -28,7 +28,7 @@ The `isAckAfterHandle()` default implementation now returns true by default.
2828
[[x24-agg]]
2929
==== AggregatingReplyingKafkaTemplate
3030

31-
The `releastStrategy` is now a `BiConsumer`.
31+
The `releaseStrategy` is now a `BiConsumer`.
3232
It is now called after a timeout (as well as when records arrive); the second parameter is `true` in the case of a call after a timeout.
3333

3434
See <<aggregating-request-reply>> for more information.

0 commit comments

Comments
 (0)