diff options
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,7 +123,7 @@ Consumers Producers * KAFKA-3388: Fix expiration of batches sitting in the accumulator (dpkp PR 699) * KAFKA-3197: when max.in.flight.request.per.connection = 1, attempt to guarantee ordering (dpkp PR 698) -* Dont use soon-to-be-reserved keyword await as function name (FutureProduceResult) (dpkp PR 697) +* Don't use soon-to-be-reserved keyword await as function name (FutureProduceResult) (dpkp PR 697) Clients * Fix socket leaks in KafkaClient (dpkp PR 696) @@ -241,7 +241,7 @@ Documentation * Migrate load_example.py to KafkaProducer / KafkaConsumer Internals -* Dont override system rcvbuf or sndbuf unless configured explicitly (dpkp PR 557) +* Don't override system rcvbuf or sndbuf unless configured explicitly (dpkp PR 557) * Some attributes may not exist in __del__ if we failed assertions * Break up some circular references and close client wake pipes on __del__ (aisch PR 554) |
