How to use Heroku Kafka env values? #808
randy-girard
started this conversation in
General
Replies: 1 comment
-
You have to build a jks keystore (either via jdk cli tools or via keystore explorer) importing the trust cert into it. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I was curious what the configuration setup would be to use the ENV vars that are provided when you attached a Kafka addon to your application in HEROKU. They give you the following values:
KAFKA_CLIENT_CERT
KAFKA_CLIENT_CERT_KEY
KAFKA_TRUSTED_CERT
The values for these are the contents of the key, and not the path to the key. I have been trying to pass these to kafka-ui, but have been continually running into issue. Any help or guidance would be appreciated. Thx
Ref: https://devcenter.heroku.com/articles/kafka-on-heroku#connecting-to-a-kafka-cluster
Beta Was this translation helpful? Give feedback.
All reactions