Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Leaderless Topics Shouldn't Break KafkaClient #225

@kbourgoin

Description

@kbourgoin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions