File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ librdkafka v2.13.0 is a feature release:
55* Fix memory management for interceptors in rd_kafka_conf to prevent
66double-free errors (#5240 ).
77* Fix for the pseudo-random generator seed on Windows involving as well
8- the uniqueness of the new consumer group protocol member id (#).
8+ the uniqueness of the new consumer group protocol member id (#5265 ).
99
1010
1111## Fixes
@@ -18,13 +18,13 @@ double-free errors (#5240).
1818 data structure, it was causing a double-free because the interceptors were
1919 already freed in the constructor.
2020 Happening since 1.x (#5240 ).
21- * Issues: #.
21+ * Issues: #5263 , # 3929 .
2222 Fix for the pseudo-random seed on Windows. The function ` rand_r ` isn't present
2323 on Windows and the global seed wasn't based on the current microseconds and thread
2424 id. Also it wasn't called on every thread as required on this platform but
2525 only once per process. The fix allows on this platform the uniqueness of client side
2626 member id generation in next-generation consumer group protocol.
27- Happening since 1.x (#).
27+ Happening since 1.x (#5265 ).
2828
2929
3030
You can’t perform that action at this time.
0 commit comments