Skip to content

Commit 9909bf6

Browse files
committed
Fix typo in reference
1 parent 94845f3 commit 9909bf6

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
@@ -2208,7 +2208,7 @@ thing2
22082208

22092209
The following events are published by listener containers and their consumers:
22102210

2211-
* `ContainerIdleEvent`: Issued when no messages have been received in `idleInterval` (if configured).
2211+
* `ListenerContainerIdleEvent`: Issued when no messages have been received in `idleInterval` (if configured).
22122212
* `NonResponsiveConsumerEvent`: Issued when the consumer appears to be blocked in the `poll` method.
22132213
* `ConsumerPausedEvent`: Issued by each consumer when the container is paused.
22142214
* `ConsumerResumedEvent`: Issued by each consumer when the container is resumed.

0 commit comments

Comments
 (0)