From 5b0c2e919d3e8629414fe1ffce4aa26776109b36 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 4 Dec 2024 10:55:33 -0500 Subject: [PATCH] Remove known issue; fixed upstream See https://github.com/confluentinc/confluent-kafka-python/issues/1547#issuecomment-2517842855. --- app/routes/docs.client._index.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/routes/docs.client._index.mdx b/app/routes/docs.client._index.mdx index 361a72752..d334e5e12 100644 --- a/app/routes/docs.client._index.mdx +++ b/app/routes/docs.client._index.mdx @@ -42,11 +42,3 @@ For C#, use the [Confluent.Kafka](https://www.nuget.org/packages/Confluent.Kafka ## Java - -## Known Issues - -### confluent-kafka-python - -If you use confluent-kafka-python v2.1.0 or v2.1.1 with librdkafka v2.1.1 you will encounter a segmentation fault when subscribed to unavailable topics. - -Please refer to [the confluent-kafka-python github issue](https://github.com/confluentinc/confluent-kafka-python/issues/1547) for updates on the issue.