Skip to content
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

Allow reactive consumer methods with error strategy #977

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

jeremyg484
Copy link
Contributor

@jeremyg484 jeremyg484 commented Mar 4, 2024

Processing of @KafkaListener methods is enhanced to allow reactive consumer methods annotated with @Blocking to work the same as non-reactive consumer methods in conjunction with retry error strategies.

Resolves #967

Processing of @KafkaListener methods is enhanced to allow reactive
consumer methods annotated with @Blocking to work the same as
non-reactive consumer methods in conjunction with retry error
strategies.

Resolves #967
@jeremyg484 jeremyg484 self-assigned this Mar 4, 2024
Copy link

sonarcloud bot commented Mar 4, 2024

@sdelamo sdelamo merged commit 16e876a into master Mar 7, 2024
11 checks passed
@sdelamo sdelamo deleted the reactive-consumer-error-strategy branch March 7, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Retry Mechanism Not Working with Reactive Types in Micronaut Kafka using @KafkaListener
2 participants