Last active
January 18, 2024 20:16
-
-
Save j-tim/c67a8b37f38dbccd84db7721cedfc08e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
kafka: | |
consumer: | |
key-deserializer: org.springframework.kafka.support.serializer.ErrorHandlingDeserializer2 | |
value-deserializer: org.springframework.kafka.support.serializer.ErrorHandlingDeserializer2 | |
properties: | |
spring.deserializer.key.delegate.class: org.apache.kafka.common.serialization.StringDeserializer | |
spring.deserializer.value.delegate.class: io.confluent.kafka.serializers.KafkaAvroDeserializer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment