Skip to content

Commit f49cb47

Browse files
authored
Remove note about deadlock with partitioner
Custom partitioner was removed a long time ago having predefined set of partitioners from librdkafka (confluentinc#396) but 'known bug' note still exists. That note is misleading regarding the use of the 'partitioner' configuration property
1 parent 5347020 commit f49cb47

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/confluent_kafka/src/confluent_kafka.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
/**
2323
* @brief KNOWN ISSUES
2424
*
25-
* - Partitioners will cause a dead-lock with librdkafka, because:
26-
* GIL + topic lock in topic_new is different lock order than
27-
* topic lock in msg_partitioner + GIL.
28-
* This needs to be sorted out in librdkafka, preferably making the
29-
* partitioner run without any locks taken.
30-
* Until this is fixed the partitioner is ignored and librdkafka's
31-
* default will be used.
3225
* - KafkaError type .tp_doc allocation is lost on exit.
3326
*
3427
*/

0 commit comments

Comments
 (0)