Create different port for each brokers AWS Loadbalancer #4192
bhushan558
started this conversation in
General
Replies: 1 comment 2 replies
-
I'm not sure how the YAML you shared relates to the question ... it seems like something what will be rejected by the operator. So I'm a bit confused by how it relates. The load balancer listener is using the same port for all load balancers which belong to it. There is currently no way how to change it. to do what you want. What is the use case for it? I'm not sure I understand why would this matter. Maybe understanding the use-case would allow us to suggest some solution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are running 3 brokers in a cluster, I am trying to assign different port to each broker in AWS Loadbalancer. Below is the code, it creates 3 Loadbalancer, but opens up only 9094 port for each LB. I would like to have LB1 as port: 9094, LB2: 9095, LB3:9096. How can I achieve this. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions