Question Details

No question body available.

Tags

java spring spring-boot spring-retry

Answers (1)

June 11, 2026 Score: 2 Rep: 27 Quality: Low Completeness: 70%

According to https://docs.spring.io/spring-kafka/reference/4.0/whats-new.html the replacement is org.springframework.kafka.listener.ExceptionMatcher .

The Spring Kafka 4.0 release notes state this explicitly:

The use of BinaryExceptionClassifier has been replaced by the newly introduced ExceptionMatcher, which provides a polished API.