Hi, I have a question about how TLS config at Kafka client side. Based on the official document, if clients want to enable TLS, they must put ssl.truststore.location in the client config in where there is a JKS file to hold the trust store. My question is that is this config mandatory? Is there a possibility that we get truststore.jks from a service and store in memory so we don’t have to maintain a file in client side.
Thanks, Thomas