| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Use KafkaClient callback to manage BrokerConnection state changes
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
callback
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Simplify connection logic
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
release
|
| |
|
|\
| |
| | |
KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)
|
| | |
|
|/ |
|
|\
| |
| | |
Small improvements to fetching logic
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Use version-indexed lists for request/response protocol structs
|
|/ |
|
|\
| |
| | |
KAFKA-3318: clean up consumer logging and error messages
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
Handle partial socket send()
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
Refactor NodeNotReadyError handling
|
| |
| |
| |
| |
| |
| | |
- merge _initiate and _finish into _maybe_connect
- add connected(node_id) method
- only short-circuit send() when not connected
|