Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL error #1811

Closed
3 of 7 tasks
liamzhang40 opened this issue Sep 6, 2024 · 1 comment
Closed
3 of 7 tasks

SSL error #1811

liamzhang40 opened this issue Sep 6, 2024 · 1 comment

Comments

@liamzhang40
Copy link

liamzhang40 commented Sep 6, 2024

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:

  • confluent-kafka 2.0.2
  • Apache Kafka broker version:
  • Client configuration:
        "api.version.request": "true",
        "broker.version.fallback": "0.10.0.0",
        "api.version.fallback.ms": 0,
        "log.connection.close": "false",
        "fetch.message.max.bytes": 2097164,
        "default.topic.config": {
            "auto.offset.reset": "latest",
        }
  • Operating system: amazon al2
  • Provide client logs (with 'debug': '..' as necessary)
  • Provide broker log excerpts
  • Critical issue
@pranavrth
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants