You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, for readiness not liveness, let's go offline fast ...
and trust alarms on Under-replicated Partitions to let us know
when something is really wrong.
Do clients actually care about Readiness?
The bootstrap service (#52)
will definitely care, which is good.
The `broker` service, that the StatefulSet manifest depends on
(https://github.com/Yolean/kubernetes-kafka/blob/v2.1.0/50kafka.yml#L7)
for naming, is without `publishNotReadyAddresses`.
Clients will bootstrap, get the individual DNS names of brokers,
resolve those addresses and connect directly to pods.
0 commit comments