| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Should fix #661.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
callback
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- merge _initiate and _finish into _maybe_connect
- add connected(node_id) method
- only short-circuit send() when not connected
|
|
|
|
|
|
| |
IPv6 address without port can be defined as the IPv6 address. If the address
is a hostname or if a port is included, then the address MUST be wrapped
in brackets [] (E.g. [somehost]:1234 or [fd00:1001::2]:1234).
|
| |
|
| |
|
|\
| |
| | |
Dont override system rcvbuf or sndbuf unless user configures explicitly
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
unnecessary sleep in poll
|
| |
|
|
|
|
|
|
|
| |
- only raise AssertionErrors if strict=True (default False)
- connect timeout is configurable (default 2secs)
- monkeypatch request_timeout_ms config and check for RequestTimeoutErrors
- add assertion error message
|
|
|
|
|
| |
- add ClusterMetadata.need_all_topic_metadata attribute
- client requests metadata for all topics if attribute True
|
| |
|
|
|
|
|
| |
- filter connection failure logging during version check
- raise UnrecognizedBrokerVersion if we cant id broker
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 88cf1b5e4551cd96322aa812fa482bf0f978060a.
|
|
|
|
| |
warning
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|