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

rewrite consumer synchronization #1

Closed
vietj opened this issue Dec 21, 2016 · 2 comments
Closed

rewrite consumer synchronization #1

vietj opened this issue Dec 21, 2016 · 2 comments

Comments

@vietj
Copy link
Contributor

@vietj vietj commented Dec 21, 2016

  • to use synchronized (biased) locking when using same thread
  • to use volatile synchronization when using a dedicated thread

currently it uses volatile synchronization.

@vietj vietj changed the title rewrite consumer concurrency rewrite consumer synchronization Dec 21, 2016
@ppatierno
Copy link
Member

@ppatierno ppatierno commented Jun 2, 2017

I think we don't need it anymore because we now have only one version of consumer with a Vert.x worker thread. @vietj can I close it ?

@vietj
Copy link
Contributor Author

@vietj vietj commented Jun 2, 2017

sure you can

@ppatierno ppatierno closed this Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.