-
Notifications
You must be signed in to change notification settings - Fork 55
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
Docker compose is flaky with Cadence using Kafka, probably just upgrade Cadence #458
Comments
The issue is that Kafka is depends on Zookeeper, Cadence depends on Kafka. |
ChatGPT told us this solution:
|
Did you test it? I can give it a shot |
Yeah just did this with @bowersj27 and seems working: #527 |
@lwolczynski @bowersj27 oh shoot. The issue was not Cadence->Kafka, it was Kafka->ZooKeeper ...ahhh |
okay, I followed the issue to add healtcheck to zookeeper |
by @lwolczynski : seems like the Kafka is sometimes not ready on the first time, and it will work on 2nd run.
Our Cadence dependencies are too old, maybe just upgrade it
The text was updated successfully, but these errors were encountered: