-
Interfaces Interface Description org.springframework.kafka.config.StreamsBuilderFactoryBeanCustomizer in favor ofStreamsBuilderFactoryBeanConfigurerdue to a name clash with a similar class in Spring Boot.
-
Classes Class Description org.springframework.kafka.listener.adapter.RetryingMessageListenerAdapter since 2.8 - use a suitably configured error handler instead.org.springframework.kafka.listener.LoggingErrorHandler - use theCommonLoggingErrorHandlerinstead.org.springframework.kafka.listener.SeekToCurrentBatchErrorHandler with no replacement - useDefaultErrorHandlerwith an infiniteBackOff.org.springframework.kafka.transaction.ChainedKafkaTransactionManager Refer to theChainedTransactionManagerjavadocs.
-
Enum Constants Enum Constant Description org.springframework.kafka.listener.ContainerProperties.EOSMode.ALPHA in favor ofContainerProperties.EOSMode.V1.org.springframework.kafka.listener.ContainerProperties.EOSMode.BETA in favor ofContainerProperties.EOSMode.V2.org.springframework.kafka.listener.ContainerProperties.EOSMode.V1 3.0 and later will require 2.5+ brokers