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

why does Errors channel return nil's #177

Closed
pjvds opened this issue Nov 12, 2014 · 2 comments
Closed

why does Errors channel return nil's #177

pjvds opened this issue Nov 12, 2014 · 2 comments
Labels

Comments

@pjvds
Copy link

pjvds commented Nov 12, 2014

I have noticed the channel returned by Errors() contains a lot of nil values. Why should someone be interested in a nil value that can't be correlated to a published message?

@eapache
Copy link
Contributor

eapache commented Nov 12, 2014

This is an artifact of the design of the current producer that is not easy to fix directly. We are working on a complete rewrite of the producer that fixes this issue among others. It is almost ready and we expect to merge it into master in the next few weeks: #132

@eapache
Copy link
Contributor

eapache commented Nov 13, 2014

And it was just merged in fact. Please try the latest master.

@eapache eapache closed this as completed Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants