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
fix: move partition readiness check after service check
This commit moves the partition readiness check after the service
and lifecycler readiness checks. It does this because the
partition readiness check cannot pass until the consumer is running,
and the consumer.Run() goroutine is not started until running()
is called. That means it makes sense to check the service state and
the lifecycler before checking the partitions.
0 commit comments