-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch listener does not support observation (#3047)
Fixes: #3047 * because of observation does not support batch listener, add properties `observationEnabled` and replace `this.containerProperties.isObservationEnabled()` for `KafkaMessageListenerContainer.ListenerConsumer`, when batch listener set false to `observationEnabled`. * add notice in micrometer.adoc * add observationEnabled and replace containerProperties.isObservationEnabled() in KafkaMessageListenerContainer.ListenerConsumer **Auto-cherry-pick to `3.1.x`**
- Loading branch information
1 parent
7a53b01
commit 6f32959
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters