Spring Kafka using NonBlocking retries in 2.7.X version of Springboot. #2809
-
Hi Team, I have query regarding the Spring Kafka Non Blocking retries . My question is did any one find any outstanding issues with using Nonblocking retries when using in spring kafka 2.8.x version? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@garyrussell : Can you please comment on this. Thanks. |
Beta Was this translation helpful? Give feedback.
-
2.8.x is no longer supported as OSS (https://spring.io/projects/spring-kafka#support); use 2.9.12 or later with Boot 2.7.x. See the matrix on the project page https://spring.io/projects/spring-kafka#overview |
Beta Was this translation helpful? Give feedback.
The API remained stable as of 2.9.x; the comment has been removed in the 3.0.x documentation. As the comment said, it was only the API that might change; the implementation has always been stable since the first release it appeared in.