| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Fixes #641
|
| |
|
|\
| |
| | |
to squelch the __del issue
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This adds the parent metrics instance to kafka consumer, which will
eventually be used to instrument everything under consumer. To start
I ported the java consumer coordinator metrics.
|
| | |
|
|/
|
|
|
| |
There is no straight translation for the JMX reporter into python,
so I'll do something else in a separate commit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
callback
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Small improvements to fetching logic
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Refactor NodeNotReadyError handling
|
| |
| |
| |
| |
| |
| | |
- merge _initiate and _finish into _maybe_connect
- add connected(node_id) method
- only short-circuit send() when not connected
|