-
Notifications
You must be signed in to change notification settings - Fork 627
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
Consumer error #1
Comments
Maybe this is the bug of Kafka 0.8.0 Beta1, this version may not have OffsetCommit API whose request type is 9, so you should try the latest Kafka: https://github.com/apache/kafka/tree/trunk. |
Year, it is a bug of early version of 0.8. Pull latest version from |
Thanks for your quickly reply, it work fine with trunk version. |
Fixes for build failure SOHU-Co#1.
* Kafka topics should not contain special characters This is my observation while playing with createTopics function. I later realised that topic names which I am creating contains special characters such as :,// etc which is causing the issue. I tried without them and it works. It does work with other number and string combinations so no test required for that. Hope this PR is help. * Update client.js Fixes for build failure #1. * Update client.js Fixed for build #2. * Update client.js Fixes for build #3. * Validating the topics using util function * Build fix * Update client.js Updating the name of function as per changes in pull req no 17. * Handling async nature of validation. Build fix. * Update client.js Build fix. * Update client.js For build fix.
I run example/consumer.js to connect 0.8.0 Beta1 Kafka server, kafka print some error :
version is 0.0.4.
The text was updated successfully, but these errors were encountered: