-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Need help with AsyncProducer and test #862
Comments
Still looking for help .. |
Did you change versions at the same time, or just change from github to gopkg but maintained the same version? My initial suspicion would be something related to #497, but I'm surprised it even builds in that case. |
I change at the same time github +++> gopkg . Only the test failed the program itself is working fine. |
@eapache I change back everything to use github package but same error ..
|
Hmm, this is an interesting one:
As an immediate workaround, you can set |
hi, Still the same issue ..
|
Hmm... without more information I really don't know what the issue could be. In the log line |
Versions
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Sarama Version: Version 1.11.0 (2016-12-20)
Kafka Version: No kafka version only unit testing using Mock but sarama is fixed to "sarama.V0_10_1_0"
Go Version: 1.8
Configuration
sarama.V0_10_1_0
Logs
When filing an issue please provide logs from Sarama and Kafka if at all
possible. You can set
sarama.Logger
to alog.Logger
to capture Sarama debugoutput.
Problem Description
Since I update the library to use the gopkg one, my test are not working anymore.
My testing code is here https://github.com/shinji62/kafka-firehose-nozzle/blob/master/kafka_test.go#L127
My Async Declarion is here https://github.com/shinji62/kafka-firehose-nozzle/blob/master/kafka.go#L32
My test just timeout I never got
producer.Errors()
orproducer.Successes()
And as you can see in the logs I got the error
No idea why I am getting this error, so if someone can help me with that.
Thanks
The text was updated successfully, but these errors were encountered: