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
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
if we scale down the brokers, we should be able to use kubernetes lifecycle hooks - the preStop hook to ensure the pod that is being scaled down has all its destinations moved to another broker and has all its destinations drained before it lets kubernetes kill the pod.
So mostly the preStop hook needs to:
mark the pod as stopping, tell the message-gateway to move the pods destinations to other brokers
when that is complete, wait for the destinations to be drained in the pod
The text was updated successfully, but these errors were encountered:
if we scale down the brokers, we should be able to use kubernetes lifecycle hooks - the
preStop
hook to ensure the pod that is being scaled down has all its destinations moved to another broker and has all its destinations drained before it lets kubernetes kill the pod.So mostly the
preStop
hook needs to:The text was updated successfully, but these errors were encountered: