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

Connection cache for producer #45

Closed
wants to merge 2 commits into from
Closed

Conversation

iproctor
Copy link
Collaborator

@iproctor iproctor commented May 1, 2014

Optionally globally cache connections to a host:port.

Connecting/reconnecting was broken into a separate Connection object. This is what is cached. Many Producers can share one Connection. The original event generation behavior was preserved.

The producer test runs twice, with and without caching. New tests were added with a mock socket to test edge cases.

@@ -6,7 +6,7 @@
"producer",
"consumer"
],
"version": "0.6.4",
"version": "0.6.5",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the commit that bumps the version from this public pull request.

@iproctor
Copy link
Collaborator Author

iproctor commented May 3, 2014

See newer #46

@iproctor iproctor closed this May 3, 2014
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.

None yet

3 participants