Spring kafka - 对 Kafka 流使用非阻塞延迟重试的示例

Spring kafka - Example for using Non-blocking delayed retries with Kafka streams

我想在 kafka 流应用程序中使用 spring kafka 2.7 的新的非阻塞延迟重试功能(https://docs.spring.io/spring-kafka/reference/html/#retry-topic),有这样的例子吗?

谢谢

请不要在多个地方问同一个问题;这是浪费我们和你的时间。我已经在 GitHub.

上回复了你

There is no support for non-blocking retries with 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.