| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This finishes the split from `kafka.common` to `kafka.errors`/`kafka.structs`.
|
| |
|
| |
|
|
|
| |
Change-Id: I6527da4b70ebec9e08fa50aca9eba717b8361f19
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Bug 1:
When `value` is None, trying to call `len(None)` throws an exception.
Bug 2:
When len(`value`) <= 100, the code currently prints b'' rather than
`value`.
|
| |
|
| |
|
|
|
|
| |
message format
|
| |
|
| |
|
|
|
|
| |
and send in parallel.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
The JoinGroupRequest struct added a rebalance_timeout as part of KIP-62 / KAFKA-3888
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|