Skip to content

Group Kafka properties that configure the back-off policy #40988

@wilkinsona

Description

@wilkinsona

We have 4 properties that are used to configure the back-off policy:

  • spring.kafka.retry.topic.delay
  • spring.kafka.retry.topic.max-delay
  • spring.kafka.retry.topic.multiplier
  • spring.kafka.retry.topic.random-back-off

There are two other properties at the same level that are not related to the back-off policy:

  • spring.kafka.retry.topic.attempts
  • spring.kafka.retry.topic.enabled

We should group the four back-off related properties to make their purpose clear:

  • spring.kafka.retry.topic.backoff.delay
  • spring.kafka.retry.topic.backoff.max-delay
  • spring.kafka.retry.topic.backoff.multiplier
  • spring.kafka.retry.topic.backoff.random

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions