Example for using Non-blocking delayed retries with Kafka streams #1878
Answered
by
garyrussell
austiine04
asked this question in
Q&A
-
Hi there, I would like to use the new non-blocking delayed retries feature within a kafka streams application, is there an example of this somewhere? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
garyrussell
Jul 21, 2021
Replies: 1 comment 1 reply
-
There is no support for Kafka Streams - Spring for Apache Kafka support for Kafka Streams is limited to the factory bean for setting up the stream the Spring way, as well as providing a couple of transformers. Spring is not involved at runtime at all. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
austiine04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no support for Kafka Streams - Spring for Apache Kafka support for Kafka Streams is limited to the factory bean for setting up the stream the Spring way, as well as providing a couple of transformers.
Spring is not involved at runtime at all.