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

Remove settable futures from inbound event handling path #464

Open
pamod opened this issue Jun 12, 2017 · 0 comments
Open

Remove settable futures from inbound event handling path #464

pamod opened this issue Jun 12, 2017 · 0 comments

Comments

@pamod
Copy link
Contributor

pamod commented Jun 12, 2017

Settable futures make the incoming network connections wait until inbound disruptor process the messages. (undesirable)

Need to come up with an async model (eg: callbacks, listenableFutures, RxjJava) to respond to the incoming requests once disruptor process the incoming requests.

Referred from https://wso2.org/jira/browse/MB-1672

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

No branches or pull requests

1 participant