I would like to use spring kafka 2.7's new non-blocking delayed retries feature(https://docs.spring.io/spring-kafka/reference/html/#retry-topic) within a kafka streams application, is there an example of this somewhere?
Thank you
Please don't ask the same question in multiple places; it is a waste of our time and yours. I already answered you on 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.