Skip to content
Discussion options

You must be logged in to vote

Your listener has TLS client authentication configured:

        authentication:
          type: tls

But in your command, you pass only truststore and no keystore for client authentication. You have two options:

  1. Keep the authentication -> in that case you need to create a user using the KafkaUser resource and use the generated user certificate in your client for authentication (as keystore).
  2. Disable the TLS clint authentication by removing the code above and keep using the command as you have it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by demanghon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants