-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: CI/CD
-
Tags:
-
Sprint:nxplatform #94
-
Story Points:1
The kafka pods deployed during unit tests or benchmark phase often restart because they can't join the zookeeper instance.
This is expected as the zookeeper instance is deployed at the same time and so not yet ready when kafka is trying to start.
We could add an init container to wait for the zookeeper pod to be ready.