How to configure retryable exceptions for consumers when Kafka transactions are enabled?
We are trying to configure retryable exceptions together with Kafka transactions and dead letter queues, on Spring Cloud Stream. That is, we want to specify which exceptions should be retried.