datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
45 stars 15 forks source link

proxy shouldn't start until broker is ready #152

Open pgier opened 1 year ago

pgier commented 1 year ago

Currently it appears that proxy and broker are updated at the same time. The proxy can't do much without the broker, so it would be better if the proxy starts after the broker startup is complete.