Skip to content

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

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
jucosorin opened this issue Dec 21, 2022 · 0 comments · Fixed by #2512
Closed

Comments

@jucosorin
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants