-
Notifications
You must be signed in to change notification settings - Fork 101
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
Publisher topic generates successfully but message doesn't post. #80
Comments
I have the same problem... |
I tried to send message with other languages, Scala, Node.js and Java. So I think our problem occurs due to server settings. |
I too have the same problem :P . Please let me know if you find the cause or the solution. |
I solved this. and found poseidon has no problems... ^^; |
Hey @tagia0212 ,the issue resolved by itself ,once I restarted the kafka server. But, I couldn't find the reason behind the error. Though I do not use docker, but some insight on the issue might help. |
@tagia0212, could you elaborate on the solution for docker-kafka? Just curious to know. |
@daluu I cloned the repository onto the server, and run After I rerun the docker container, I could send the topics to Kafka. |
Not a fix, but at least it would then be possible to capture an explicit error instead of a RuntimeError: #101 |
this would be useful to merge |
Consumer works like a charm but the producer is another story. When attempting to post to a topic the library will generate the topic, if not already there, but the message to be posted never posts. Infact I get the following error.
My implementation is very simple.
Kafka install: kafka_2.9.2-0.8.1.1
Please advise...
The text was updated successfully, but these errors were encountered: