[Questions] How to connect strimzi kafka as input/outputs at Azure stream Analytics? #10363
-
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Jul 19, 2024
Replies: 1 comment 3 replies
-
I am eagerly waiting for your response @scholzj |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The certificate your Kafka client needs to trust is the one from
aks-dev-cluster-ca-cert
. Depending on what format does the client accept you can use the CRT or the PKCS12 file or convert it to something else. The user certificate depends on your configuration. But if you use TLS client authentication, theuser.crt
anduser.key
are the user certificates.