Skip to content

Instantly share code, notes, and snippets.

@cherniag
Created April 6, 2021 14:01
Show Gist options
  • Save cherniag/3d0a2b8e677159a49ad44681a951e106 to your computer and use it in GitHub Desktop.
Save cherniag/3d0a2b8e677159a49ad44681a951e106 to your computer and use it in GitHub Desktop.
kafka reactive error handle
org.springframework.kafka.listener.KafkaMessageListenerContainer.ListenerConsumer#pollAndInvoke
org.springframework.integration.kafka.inbound.KafkaMessageDrivenChannelAdapter#sendMessageIfAny
org.springframework.messaging.core.GenericMessagingTemplate#doSend(org.springframework.messaging.MessageChannel, org.springframework.messaging.Message<?>, long)
org.springframework.integration.channel.AbstractMessageChannel#send(org.springframework.messaging.Message<?>)
org.springframework.integration.dispatcher.UnicastingDispatcher#doDispatch
org.springframework.integration.util.IntegrationReactiveUtils#adaptSubscribableChannelToPublisher
=====
org.springframework.integration.endpoint.ReactiveStreamsConsumer#doStart
====
https://docs.spring.io/spring-kafka/docs/current/reference/html/#error-handling-deserializer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment