Skip to content

3.0.0-M3 Enabling Async Acks with Apache Kafka #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #168
fabapp2 opened this issue Jul 15, 2022 · 0 comments
Closed
Tracked by #168

3.0.0-M3 Enabling Async Acks with Apache Kafka #219

fabapp2 opened this issue Jul 15, 2022 · 0 comments
Labels
3.0.0 Spring Boot 3.0.0 archived

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Jul 15, 2022

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}}

Recipe

None

Additional Information

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

@fabapp2 fabapp2 added this to the Spring Boot Upgrade 3.0 (M3) milestone Jul 15, 2022
@fabapp2 fabapp2 added 3.0.0 Spring Boot 3.0.0 and removed 3.0.0-M3 labels Jul 21, 2022
@fabapp2 fabapp2 added the good first issue Good for newcomers label Aug 15, 2022
@fabapp2 fabapp2 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0.0 Spring Boot 3.0.0 archived
Projects
None yet
Development

No branches or pull requests

1 participant