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

does 1.0.0.RC2 supports nsq v0.3.7? #17

Closed
kevinho opened this issue Mar 21, 2016 · 3 comments
Closed

does 1.0.0.RC2 supports nsq v0.3.7? #17

kevinho opened this issue Mar 21, 2016 · 3 comments

Comments

@kevinho
Copy link

kevinho commented Mar 21, 2016

i run testing testProduceOneMsgSnappy,
producer works, but consumer doesn't work, the callback won't get any message.

@brainlag
Copy link
Owner

Snappy seems to have problems with small messages. nsqio/nsq#532
If you see the same problem with many bigger messages then it might be broken.

@kevinho
Copy link
Author

kevinho commented Mar 22, 2016

My fault, i made a mistake.

The default broadcast-address of nsqd is OS hostname, when the consumer get this address like "ubuntu:4151", it can not connect to the nsqd if consumer is not in the same host.

But there is no exception or error output, is there any improvement?

@brainlag
Copy link
Owner

There is not only a error output missing, there is actually a bug. I will fix it later today.

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

2 participants