Skip to content

Instantly share code, notes, and snippets.

@sidsamant
Last active March 31, 2022 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidsamant/0a78bc434913d27a2e3a869acb6010ee to your computer and use it in GitHub Desktop.
Save sidsamant/0a78bc434913d27a2e3a869acb6010ee to your computer and use it in GitHub Desktop.
spring.cloud.stream:
kafka.bindings:
my-function.consumer.configuration:
key.deserializer: org.springframework.kafka.support.serializer.ErrorHandlingDeserialzier
value.deserializer: org.springframework.kafka.support.serializer.ErrorHandlingDeserialzier
spring.deserializer.key.delegate.class: org.apache.kafka.common.serialization.StringDeserializer
spring.deserializer.value.delegate.class: io.confluent.kafka.serializers.KafkaAvroDeserializer
@sidsamant
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment