Replies: 1 comment
-
This is not how Kafka works. If you want to use load balancers, use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
After the Kafka service deployed in EKS exposes port 9091~9093 to the public network through CLB, an exception is prompted when connecting to Kafka through the springboot client:
Configuration in springboot:
Steps to reproduce
1、Successfully deployed the service in EKS according to the installation instructions
Manually rename
my-cluster
tokafka-cluster
2、Verify that producer and consumer are running normally
3、Create a AWS-CLB to expose ports 9091~9093 to the public network
4、Springboot Application connects to kafka
The error log is as follows
Expected behavior
Strimzi version
0.45.0
Kubernetes version
1.31
Installation method
YAML files
Infrastructure
EKS
Configuration files and logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions