Skip to content

Tags: csnook/kafka-tools

Tags

0.1.9

Toggle 0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to 0.1.9

0.1.8

Toggle 0.1.8's commit message
Update version to 0.1.8

0.1.7

Toggle 0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to 0.1.7

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Metadata refresh should be in seconds, not ms

0.1.5

Toggle 0.1.5's commit message
Bump version to 0.1.5

0.1.4

Toggle 0.1.4's commit message
Update setup.py

0.1.3

Toggle 0.1.3's commit message
Update version number for release

0.1.2

Toggle 0.1.2's commit message
Bump version to 0.1.2

0.1.1

Toggle 0.1.1's commit message
Fix protocol definition for bytes (linkedin#71)

There's a flaw in the protocol implementation where bytes are defined as having an int16 length. This is incorrect - it's int32.

In addition, it was found while fixing this that the schema for member assignments in a group was wrong, as it contains an array of partitions, not just a raw int32 value.

0.1.0

Toggle 0.1.0's commit message
Bump flake8 to 3.4.1