Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save j-tim/c67a8b37f38dbccd84db7721cedfc08e to your computer and use it in GitHub Desktop.
Save j-tim/c67a8b37f38dbccd84db7721cedfc08e to your computer and use it in GitHub Desktop.
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