-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error when try to start my application with go_kafka_client included #1
Comments
I made a pull request to fix this issues: #2 |
How can I read from kafka from 10 seconds to 10 seconds ? Now is reading when I'm opening the server but after this not retry again. If I publish messages after consumer was started, consumer will get this messages only after is restarted. |
@vladiacob I merged you pull request. Thank you for your contribution! Not sure about your problem but consider trying |
If I start consumer and after this I start producer I don't get messages in consumer. After this if I stop consumer and start again I get all messages sent before but if I try to send a new message is the same behaviour. |
I created a separate issue #6 for this problem. The fix is on the way. The current issue looks solved so I close it. |
This is what error i got:
I commented content from the testing_utils.go and after this I passed this error but i got another one:
My code is:
The text was updated successfully, but these errors were encountered: