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

can't connect to kafka after adding ssl setting #1127

Open
stanleyw2014 opened this issue Jan 7, 2025 · 0 comments
Open

can't connect to kafka after adding ssl setting #1127

stanleyw2014 opened this issue Jan 7, 2025 · 0 comments

Comments

@stanleyw2014
Copy link

Issue description

My kafka ssl setting is as below in application.yml:
kafka:
bootstrap:
servers: br0-clstr-abc.com:9093
ssl:
keystore:
location: /tmp/kafkaconfig/kafka-keystore.p12
type: PKCS12
password: password123
truststore:
location: /tmp/kafkaconfig/truststore_test.p12
type: PKCS12
password: password123
and after start my micronaut application, it keep printing out below logs
[Producer clientId=master--1-producer] Bootstrap broker br0-clstr-abc.com:9093 (id: -1 rack: null) disconnected

[Consumer clientId=Poller-1-consumer, groupId=PollerMapLoader] Cancelled in-flight API_VERSIONS request with correlation id 50 due to node -1 being disconnected (elapsed time since creation: 9814ms, elapsed time since send: 9814ms, request timeout: 30000ms)

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

1 participant