Interface and Description |
---|
org.springframework.kafka.test.rule.KafkaRule
since 2.2 in favor of
EmbeddedKafkaRule |
Class and Description |
---|
org.springframework.kafka.support.serializer.ErrorHandlingDeserializer
in favor of
ErrorHandlingDeserializer2 . |
org.springframework.kafka.test.rule.KafkaEmbedded
since 2.2 in favor of
EmbeddedKafkaRule |
org.springframework.kafka.support.ProducerListenerAdapter
as the
ProducerListener has default methods and can be implemented directly without the need for this adapter |
Field and Description |
---|
org.springframework.kafka.support.serializer.JsonDeserializer.DEFAULT_KEY_TYPE
in favor of
JsonDeserializer.KEY_DEFAULT_TYPE |
org.springframework.kafka.support.serializer.JsonDeserializer.DEFAULT_VALUE_TYPE
in favor of
JsonDeserializer.VALUE_DEFAULT_TYPE |