You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
labels: ["good first issue","3.0.0","upgrade:boot-report"]
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}}
labels: ["good first issue","3.0.0","upgrade:boot-report"]
Release Notes
What needs to be done
This is under "New and Noteworthy" and thus the user should be informed if
spring-kafka
is used.Finder
org.springframework:spring-kafka
in resolved dependenciesspring.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 totrue
. The property only applies whenspring.kafka.listener.async-mode
is set tomanual
ormanual-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
totrue
.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
The text was updated successfully, but these errors were encountered: