| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
messages (#1149)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Hit a problem with pytest hitting the atexit handler and waiting
for close() timeout forever at teardown.
This commit makes atexit close() equivalent to __del__ behavior,
namely using timeout of 0 for close() completion. If you need a
longer timeout you should be setting it explicitly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Added ssl_password config option to KafkaProducer class, identical to option in KafkaConsumer class
* removed non-ascii characters
* changed - to : in comments
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Vendor python module six; move selectors34 and socketpair under kafka.vendor
|
| | |
|
|/
|
| |
- also update internal classes RecordAccumulator and Sender
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(#770 / #594)
|
|
|
|
| |
Simplify RecordMetadata to unaltered namedtuple -- minor speed optimization
Minor optimization: inline check for no callbacks
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
constructors (#647)
* allow client.check_version timeout to be set in Producer and Consumer constructors
|
| |
|
| |
|