We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629a07e commit e38687bCopy full SHA for e38687b
spring-kafka/src/main/java/org/springframework/kafka/listener/PartitionPausingBackoffManager.java
@@ -209,7 +209,7 @@ private void resumePartition(Context context) {
209
}
210
211
private MessageListenerContainer getListenerContainerFromContext(Context context) {
212
- return this.listenerContainerRegistry.getListenerContainer(context.getListenerId());
+ return this.listenerContainerRegistry.getListenerContainer(context.getListenerId()); // NOSONAR
213
214
215
protected void addBackoff(Context context, TopicPartition topicPartition) {
0 commit comments