Skip to content

Commit 93d6089

Browse files
committed
Fix Event Consumption ToC
1 parent 7007c6b commit 93d6089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ Receiving such an event lets you stop the containers, thus waking the consumer s
29372937

29382938
Starting with version 2.6.2, if a container has published a `ListenerContainerIdleEvent`, it will publish a `ListenerContainerNoLongerIdleEvent` when a record is subsequently received.
29392939

2940-
====== Event Consumption
2940+
===== Event Consumption
29412941

29422942
You can capture these events by implementing `ApplicationListener` -- either a general listener or one narrowed to only receive this specific event.
29432943
You can also use `@EventListener`, introduced in Spring Framework 4.2.

0 commit comments

Comments
 (0)