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

Kafka producer gets closed after first request in the native mode #2495

Closed
michalszynkiewicz opened this issue May 17, 2019 · 2 comments
Closed
Assignees
Milestone

Comments

@michalszynkiewicz
Copy link
Member

michalszynkiewicz commented May 17, 2019

Due to declaredMethods of BeforeDestroyed not being present at runtime, destroying request scope causes a call to https://github.com/smallrye/smallrye-reactive-messaging/blob/master/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/KafkaMessagingProvider.java#L28

Also see: https://github.com/quarkusio/quarkus/blob/master/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/Qualifiers.java#L47

@gsmet
Copy link
Member

gsmet commented May 30, 2019

@michalszynkiewicz can you confirm this one was fixed by #2524 ?

@gsmet gsmet modified the milestone: 0.16.0 May 30, 2019
@michalszynkiewicz
Copy link
Member Author

Yes, sorry for not confirming earlier.

@gsmet gsmet added this to the 0.16.0 milestone Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants