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

Replace producer usage of BeginProduce with ProduceAsync #70

Closed
fbeltrao opened this issue Apr 11, 2019 · 1 comment
Closed

Replace producer usage of BeginProduce with ProduceAsync #70

fbeltrao opened this issue Apr 11, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@fbeltrao
Copy link
Contributor

BeginProduce requires the usage of Flush that blocks the thread.
To avoid the blocking we must replace with ProduceAsync

@fbeltrao fbeltrao added the enhancement New feature or request label Apr 11, 2019
@fbeltrao fbeltrao added this to the P1 milestone Apr 11, 2019
@fbeltrao fbeltrao self-assigned this Apr 12, 2019
@fbeltrao
Copy link
Contributor Author

Fixed by #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant