spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

3.0.0-M3 Enabling Async Acks with Apache Kafka

Open fabapp2 opened this issue 3 years ago • 0 comments

Release Notes

A new configuration property, spring.kafka.listener.async-acks, for enabling async acks with Kafka has been added. To enable async acks, set the property to true. The property only applies when spring.kafka.listener.async-mode is set to manual or manual-immediate.

What needs to be done

This is under "New and Noteworthy" and thus the user should be informed if spring-kafka is used.

Finder

  • Find dependency org.springframework:spring-kafka in resolved dependencies
  • Find setting of spring.kafka.listener.async-mode ({{value}})

Report

title New and Noteworthy - Enabling Async Acks with Apache Kafka

paragraph A new configuration property, spring.kafka.listener.async-acks, for enabling async acks with Kafka has been added. To enable async acks, set the property to true. The property only applies when spring.kafka.listener.async-mode is set to manual or manual-immediate.

relevance/paragraph The scan found a dependency org.springframework:spring-kafka on the classpath.

todo To enable Async Acks with Kafka you must to set the property spring.kafka.listener.async-acks to true. The scan found the spring.kafka.listener.async-mode to be set to {{value}}

Recipe

None

Additional Information

See CommonsMultipartResolverSectionBuilder.java and boot-2.7-3.0-upgrade-report.yaml

fabapp2 avatar Jul 15 '22 23:07 fabapp2