Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit e848ec8

Browse files
committed
Remove call to deprecated method in Spring Kafka
1 parent c472b18 commit e848ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-stream-binder-kafka/src/main/java/org/springframework/cloud/stream/binder/kafka/KafkaMessageChannelBinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ protected MessageProducer createConsumerEndpoint(
679679
concurrency = extendedConsumerProperties.getConcurrency();
680680
}
681681
resetOffsetsForAutoRebalance(extendedConsumerProperties, consumerFactory, containerProperties);
682-
containerProperties.setAuthorizationExceptionRetryInterval(this.configurationProperties.getAuthorizationExceptionRetryInterval());
682+
containerProperties.setAuthExceptionRetryInterval(this.configurationProperties.getAuthorizationExceptionRetryInterval());
683683
@SuppressWarnings("rawtypes")
684684
final ConcurrentMessageListenerContainer<?, ?> messageListenerContainer = new ConcurrentMessageListenerContainer(
685685
consumerFactory, containerProperties) {

0 commit comments

Comments
 (0)