You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by ramesh reddy <ra...@gmail.com> on 2021/01/21 20:33:49 UTC

Kafka consumers in Oracle Weblogic over SSL

Hi Team- We have a Kafka configuration with SSL setup and our consumers are
in weblogic servers. As per documentation, Kafka consumer api's support
only file based keystore and truststores. We don't want to store the
keystore/truststore on weblogic filesystem and looking for any alternate
solution.

Please let me know if anyone had implemented this anyother way.