-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Resolve deprecations in spring-integration-kafka after upgrade to Spring for Apache Kafka 2.8/30 #3661
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
Comments
Need also to figure out what to do with already deprecated |
Hello, I've found that KafkaMessageListenerContainerSpec.errorHandler is using GenericErrorHandler and this is deprecated in favor of DefaultErrorHandler (since spring-kafka 2.8). Besides spring-kafka ConcurrentKafkaListenerContainerFactory and KafkaMessageListenerContainer.setErrorHandler(ErrorHandler errorHandler) is deprecated in favor of setCommonErrorHandler(CommonErrorHandler) Any plans to updated this before 6.0.x? |
I have almost completed the PR. It should be posted today and will be in the next milestone. |
Resolves #3661 * Don't allow existing listener; remove unnecessary try/catch; add what's new. * Fix link in whats-new.adoc
Use of the `RetryingMessageListenerAdapter` was removed in spring-projects@0550380 but the javadocs were not corrected.
Use of the `RetryingMessageListenerAdapter` was removed in 0550380 but the javadocs were not corrected.
No description provided.
The text was updated successfully, but these errors were encountered: