-
Notifications
You must be signed in to change notification settings - Fork 8
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
Kafka configuration issues #5
Comments
I'm facing the same problem and since the central ledger container depends on kafka the other containers are all failing to run too.
Is there a work around this? |
@SharifMrCreed @Khane1 Thanks for reporting the issue with kafka. I think this is due to bitnami released a new sub version in 3.2. Since we referred the version in docker-compose file as 3.2, it is broken. I fixed the issue and created a PR. Please test the branch from following PR and confirm. Then we can merge it to master. |
@SharifMrCreed @Khane1 Some more fixes are pushed to the PR #6 |
@SharifMrCreed, we have created a new release which includes fixes for your issue. --> https://github.com/mojaloop/ml-core-test-harness/releases/tag/v1.0.0 Please could you verify if the issue is resolved now. |
Hey there,
Thank you for the good \work on this repo. Unfortunately, I am unable to get the entire system to work. this is what the log looked like
Looking deeply into it I have found that there is an issue with the Kafka configuration. something to do with ZooKeeper, its known issue with the docker.io/bitnami/kafka:3.2 container that you are using: bitnami/containers#31394
I hope the information I have provided could help in trying to solve this
Thank you in advance
The text was updated successfully, but these errors were encountered: