Is there way to dynamically populate bootstrapServers value in Apache Kafka Scaler "ScaledObject" definition #1022
Unanswered
chinnasamyb
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently our HD insight Kafka cluster in Azure does IP advertising ( we couldn't make DNS name working due to our private Vnet configuration, so DNS name for Kafka boostrap server name is not an option at this point). The list of IP addresses and the ports stored in config map in each namespace in our kubernetes cluster. We want to dynamically populate bootstrapServers value in Apache Kafka Scaler "ScaledObject" definition so that these IP addresses can be easily updated if /when these broker IP address changes.
Beta Was this translation helpful? Give feedback.
All reactions