-
Notifications
You must be signed in to change notification settings - Fork 178
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
Failing to run examples #395
Comments
Hi @CG-SS, |
This was done using the version |
I want run 3-messages example , but when run , first error is collector-table topic not exist, then I create topic in kafka cluster and run again new error is (when run: go run cmd/processor/main.go -collector ) : |
@Saeed903 may I ask the version of Kafka you are using that produce this error? |
I got it to work by just copying and pasting the default config but without the
Where the consts are:
Maybe I missed it, but I don't see anywhere in the docs stating which version of Kafka |
Seems like it was a sarama issue and was fixed here: IBM/sarama#2351 This PR also updates dependencies, and trying to run the examples there does work without problems, so I'm assuming it's fixed from sarama side and we can close this. |
When trying to run the very first example leads to the following error:
Error creating topic manager: Error creating the kafka client: kafka: invalid configuration (Consumer.Group.Rebalance.GroupStrategies and Consumer.Group.Rebalance.Strategy cannot be set at the same time)
.Seems like the
defaultConfig
might be out of date?The text was updated successfully, but these errors were encountered: