Remove call to deprecated method in Spring Kafka
This commit is contained in:
@@ -679,7 +679,7 @@ public class KafkaMessageChannelBinder extends
|
|||||||
concurrency = extendedConsumerProperties.getConcurrency();
|
concurrency = extendedConsumerProperties.getConcurrency();
|
||||||
}
|
}
|
||||||
resetOffsetsForAutoRebalance(extendedConsumerProperties, consumerFactory, containerProperties);
|
resetOffsetsForAutoRebalance(extendedConsumerProperties, consumerFactory, containerProperties);
|
||||||
containerProperties.setAuthorizationExceptionRetryInterval(this.configurationProperties.getAuthorizationExceptionRetryInterval());
|
containerProperties.setAuthExceptionRetryInterval(this.configurationProperties.getAuthorizationExceptionRetryInterval());
|
||||||
@SuppressWarnings("rawtypes")
|
@SuppressWarnings("rawtypes")
|
||||||
final ConcurrentMessageListenerContainer<?, ?> messageListenerContainer = new ConcurrentMessageListenerContainer(
|
final ConcurrentMessageListenerContainer<?, ?> messageListenerContainer = new ConcurrentMessageListenerContainer(
|
||||||
consumerFactory, containerProperties) {
|
consumerFactory, containerProperties) {
|
||||||
|
|||||||
Reference in New Issue
Block a user