File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Core
4
4
* Add kafka.serializer interfaces (dpkp 912)
5
+ * from kafka import ConsumerRebalanceListener, OffsetAndMetadata
6
+ * Use 0.10.0.1 for integration tests (dpkp 803)
5
7
6
8
Consumer
7
9
* KAFKA-3007: KafkaConsumer max_poll_records (dpkp 831)
@@ -11,6 +13,7 @@ Consumer
11
13
Producer
12
14
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
13
15
* Sort partitions before calling partitioner (ms7s 905)
16
+ * Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
14
17
15
18
Client
16
19
* Always check for request timeouts (dpkp 887)
@@ -25,9 +28,6 @@ Bugfixes
25
28
* Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815)
26
29
* Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834)
27
30
* Fix message timestamp_type (qix 828)
28
- * Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
29
- * from kafka import ConsumerRebalanceListener, OffsetAndMetadata
30
- * Use 0.10.0.1 for integration tests (dpkp 803)
31
31
32
32
Logging / Error Messages
33
33
* Always include an error for logging when the coordinator is marked dead (dpkp 890)
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Changelog
7
7
Core
8
8
----
9
9
* Add kafka.serializer interfaces (dpkp 912)
10
+ * from kafka import ConsumerRebalanceListener, OffsetAndMetadata
11
+ * Use 0.10.0.1 for integration tests (dpkp 803)
10
12
11
13
Consumer
12
14
--------
@@ -18,6 +20,7 @@ Producer
18
20
--------
19
21
* Update Partitioners for use with KafkaProducer (barrotsteindev 827)
20
22
* Sort partitions before calling partitioner (ms7s 905)
23
+ * Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
21
24
22
25
Client
23
26
------
@@ -34,9 +37,6 @@ Bugfixes
34
37
* Fix murmur2 bug handling python2 bytes that do not ascii encode (dpkp 815)
35
38
* Monkeypatch max_in_flight_requests_per_connection when checking broker version (dpkp 834)
36
39
* Fix message timestamp_type (qix 828)
37
- * Added ssl_password config option to KafkaProducer class (kierkegaard13 830)
38
- * from kafka import ConsumerRebalanceListener, OffsetAndMetadata
39
- * Use 0.10.0.1 for integration tests (dpkp 803)
40
40
41
41
Logging / Error Messages
42
42
------------------------
You can’t perform that action at this time.
0 commit comments