Skip to content

Fix code examples in the documentation for for Non-Blocking Retries - BackOff Configuration #2511

Closed
@jucosorin

Description

@jucosorin

Spring Kafka version 3.0.0

In the documentation for Non-Blocking Retries, in the chapter dedicated to BackOff Configuration, there are three code samples that use a RetryTopicConfigurationBuilder to create the RetryTopicConfiguration. In these code samples the final chained method on the builder is .build(), a method that doesn't exist in the codebase. The method to use would be .create(template).

Here's the link to the documentation chapter:

https://docs.spring.io/spring-kafka/docs/current/reference/html/#backoff-configuration

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions