Last active
March 31, 2022 03:57
-
-
Save sidsamant/0a78bc434913d27a2e3a869acb6010ee to your computer and use it in GitHub Desktop.
This file contains 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.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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://medium.com/p/bb4078d9c6a0/edit