| Class and Description |
|---|
| org.springframework.kafka.support.serializer.ErrorHandlingDeserializer2
in favor of ErrorHandlingDeserializer
|
| Method and Description |
|---|
| org.springframework.kafka.core.DefaultKafkaConsumerFactory.createKafkaConsumer(String, String, String) |
| org.springframework.kafka.core.KafkaAdmin.getConfig()
in favor of
KafkaAdmin.getConfigurationProperties(). |
| org.springframework.kafka.listener.ConsumerProperties.getTopicPartitionsToAssign()
in favor of
ConsumerProperties.getTopicPartitions(). |
| org.springframework.kafka.support.ProducerListener.isInterestedInSuccess()
the result of this method will be ignored.
|
| org.springframework.kafka.support.ProducerListener.onError(String, Integer, K, V, Exception)
in favor of
ProducerListener.onError(ProducerRecord, Exception). |
| org.springframework.kafka.support.ProducerListener.onSuccess(String, Integer, K, V, RecordMetadata) |
| org.springframework.kafka.listener.ContainerProperties.setAckOnError(boolean)
in favor of
GenericErrorHandler.isAckAfterHandle(). |