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

The Big Server and Broker Refactor #61

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Conversation

travisjeffery
Copy link
Owner

Moves the request handling logic out of the server and into the broker, using channels to
communicate between the two. This should make it a lot easier
to test the broker. And also make it so we can parallelize and queue
request-response handling similar to how Kafka does it.

@travisjeffery travisjeffery force-pushed the server-broker-refactor branch 2 times, most recently from 56ea1ab to a529e43 Compare October 16, 2017 06:59
Moves request handling logic out of server and uses channels to
communicate between server and broker. This should make it a lot easier
to test the broker. And also makes it so we can parallelize and queue
request-response handling similar to how Kafka does it.
@travisjeffery travisjeffery force-pushed the server-broker-refactor branch from a529e43 to e0363fe Compare October 16, 2017 07:06
@travisjeffery travisjeffery merged commit 83c6e61 into master Oct 16, 2017
@travisjeffery travisjeffery deleted the server-broker-refactor branch October 16, 2017 07:09
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

Successfully merging this pull request may close these issues.

1 participant