Kafka Ssl
ilanr1
Community Edition User
Producer send messages on kafka that configured as ssl.
When i want to send messages via Java producer i'm getting "Topic not present in metadata after...".
What is wrong ? How can i track it ?.
Kafka logs are clean even when i raise the log level...
Thanks
When i want to send messages via Java producer i'm getting "Topic not present in metadata after...".
What is wrong ? How can i track it ?.
Kafka logs are clean even when i raise the log level...
Thanks
0
Answers
Can you be more specific on the error message? What component or log file shows the error, and what is the complete error text?
What version of Vertica is installed?
No Vertica there.
Kafka is configured as Ssl and it's working from the console , producer and consumer are fine.
From my Java code my Java Producer is getting the error above.
What is wrong ?.
My java producer parameters are exact as in the console...
I heard that i can test it with openssl command ?.
Thanks