I think you can topology.worker.childopts when submitting your topology, and each of your worker JVMs will be launched with those options. -- Derek
________________________________ From: Ben Gould <[email protected]> To: [email protected] Sent: Thursday, March 26, 2015 4:52 PM Subject: SSL Context Hi all, I'm running a topology that has bolts and spouts that need to make ssl connections to external resources. I'm trying to set the -Djavax.net.ssl.* properties using the storm.yaml, but I'm not sure how to get it down to the necessary component. I am guessing I have to change my "topology.worker.childopts" option on each storm node? Before I go and mess with my storm.yaml files, I wanted to reach out and see how people were doing it. Thanks, -Ben
