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 was archived by the owner on Mar 24, 2021. It is now read-only.
In broker.py, if a topic has a missing partition leader, then cluster initialization fails, raising an Exception. This behavior is no good. We should warn, but really only throw the exception if someone goes to read/write that topic/partition.
Also, we should add the topic/partition to those log messages, because it's pretty unhelpful right now.