-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
type/featureNew user facing featuresNew user facing features
Description
Is your feature request related to a problem? Please describe.
Typically, when you start a gateway, you want to wait until some partitions are ready to receive commands. If there are no leaders, then that will fail. Additionally, if the partition is unhealthy, then even though there is a leader, the command is likely to fail.
Describe the solution you'd like
Allow waiting until not only all partitions have leaders, but all partitions are healthy. The health status is provided in the topology response.
Describe alternatives you've considered
Users can send a topology request to poll until all partitions are healthy, but that's cumbersome since it may need to be done all the time in order to avoid flaky tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/featureNew user facing featuresNew user facing features