Async commits associated to a KafkaListener are not retried in case of RetriableCommitFailedException whereas this is the case for sync commits (based on ContainerProperties#commitRetries).
Is there any reason/constraint not to do this for asynchronous commits as well?