Skip to content

Group Kafka back-off properties #41335

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

Conversation

travisriegler
Copy link
Contributor

Kafka back-off policy properties "delay", "maxDelay", "multiplier", and "randomBackOff" are now grouped
under a common prefix of "backoff":
- spring.kafka.retry.topic.backoff.delay
- spring.kafka.retry.topic.backoff.maxDelay
- spring.kafka.retry.topic.backoff.multiplier
- spring.kafka.retry.topic.backoff.random

Fixes #40988

Kafka back-off policy properties "delay", "maxDelay",
"multiplier", and "randomBackOff" are now grouped
under a common prefix of "backoff":
    - spring.kafka.retry.topic.backoff.delay
    - spring.kafka.retry.topic.backoff.maxDelay
    - spring.kafka.retry.topic.backoff.multiplier
    - spring.kafka.retry.topic.backoff.random
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 6, 2024
@scottfrederick scottfrederick added the type: enhancement A general enhancement label Jul 8, 2024
@scottfrederick scottfrederick added this to the 3.x milestone Jul 8, 2024
@scottfrederick scottfrederick removed the status: waiting-for-triage An issue we've not yet triaged label Jul 8, 2024
Fix typo in DeprecatedConfigurationProperty
from "spring.kafka.retry.topic.backoff.randomBackOff"
to "spring.kafka.retry.topic.backoff.random"
@wilkinsona wilkinsona self-assigned this Jul 11, 2024
@wilkinsona wilkinsona modified the milestones: 3.x, 3.4.x, 3.4.0-M1 Jul 11, 2024
wilkinsona pushed a commit that referenced this pull request Jul 11, 2024
Kafka back-off policy properties "delay", "max-delay", "multiplier",
and "random-back-off" are now defined in a common "backoff" group:

- spring.kafka.retry.topic.backoff.delay
- spring.kafka.retry.topic.backoff.maxDelay
- spring.kafka.retry.topic.backoff.multiplier
- spring.kafka.retry.topic.backoff.random

See gh-41335
wilkinsona added a commit that referenced this pull request Jul 11, 2024
@wilkinsona
Copy link
Member

Thanks very much, @travisriegler, and congratulations on making your first contribution to Spring Boot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Group Kafka properties that configure the back-off policy
4 participants