confluentinc / confluent-kafka-python

Confluent's Kafka Python Client
http://docs.confluent.io/current/clients/confluent-kafka-python
Other
135 stars 898 forks source link

SSL error #1811

Closed liamzhang40 closed 2 months ago

liamzhang40 commented 2 months ago

Description

%3|1725444034.717|FAIL|rdkafka#consumer-1| [some_path]:some_path: Receive failed: error:0A000126:SSL routines::unexpected eof while reading (after 30047382ms in state UP)

How to reproduce

Not sure how to exactly and this is sporadic. python 3.11.9

Checklist

Please provide the following information:

pranavrth commented 2 months ago

You are using older version (v2.0.2) of the client which has this issue. We had fixed it in v2.2.0. We recommend using the latest version of the client which has more fixes.