micronaut-projects / micronaut-kafka

Integration between Micronaut and Apache Kafka
Apache License 2.0
83 stars 104 forks source link

Allow reactive consumer methods with error strategy #977

Closed jeremyg484 closed 6 months ago

jeremyg484 commented 7 months ago

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

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud