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

[BUG] EventHubsTemplate#sendAsync is not real async because of block() #31358

Closed
chenrujun opened this issue Oct 10, 2022 · 1 comment
Closed
Labels
azure-spring All azure-spring related issues bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@chenrujun
Copy link

Describe the bug
In my understanding, async method should not contains Mono.block(). But current EventHubsTemplate#sendAsync() method's implementation contains 2 Mono.block()s.

Here is the screenshot of related code:

Code Snippet
image
image

Expected behavior
No block() in EventHubsTemplate#sendAsync()

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 10, 2022
@chenrujun chenrujun added bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. azure-spring All azure-spring related issues labels Oct 10, 2022
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 10, 2022
@chenrujun chenrujun moved this to Todo in Spring Cloud Azure Oct 10, 2022
@chenrujun chenrujun modified the milestones: 2022-11, Backlog Oct 10, 2022
Copy link

github-actions bot commented Oct 9, 2024

Hi @chenrujun, we deeply appreciate your input into this project. Regrettably, this issue has remained unresolved for over 2 years and inactive for 30 days, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Spring Cloud Azure Oct 9, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
azure-spring All azure-spring related issues bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library.
Projects
Status: Done
Development

No branches or pull requests

2 participants