Skip to content

Tags: stephenarmstrong/kafka-python

Tags

linqia-03

Toggle linqia-03's commit message
Changing version to a pre-release

linqia-02

Toggle linqia-02's commit message
Setting version so upgrades will work

linqia-1

Toggle linqia-1's commit message
Avoid KeyError: -1 when deleted topics linger

I have hit this error in Kafka 0.8.1 a few times where after deleting a topic it still reports somehow into the client, and I end up with:

    File "env/src/kafka-python/kafka/client.py", line 39, in __init__
        self.load_metadata_for_topics()  # bootstrap with all metadata
    File "env/src/kafka-python/kafka/client.py", line 258, in load_metadata_for_topics
        self.topics_to_brokers[topic_part] = brokers[meta.leader]
    KeyError: -1

0.1-alpha

Toggle 0.1-alpha's commit message
Add Snappy support

Fixes dpkp#2