spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Removing deprecated setAckOnError method call #1082

Closed sobychacko closed 3 years ago

sobychacko commented 3 years ago

Going forward, binder will use the default ack on error settings in Spring Kafka, which is true by default. If the applicaitons need to change this behavior, then a custom error handler must be provided through ListenerContainerCustomizer.

Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1079