Github user danny0405 commented on a diff in the pull request: https://github.com/apache/storm/pull/2636#discussion_r183059386 --- Diff: external/storm-cassandra/README.md --- @@ -24,6 +24,12 @@ The following properties may be passed to storm configuration. | **cassandra.retryPolicy** | - | DefaultRetryPolicy | | **cassandra.reconnectionPolicy.baseDelayMs** | - | 100 (ms) | | **cassandra.reconnectionPolicy.maxDelayMs** | - | 60000 (ms) | +| **cassandra.ssl.security.protocol** | - | | +| **cassandra.ssl.keystore.path** | - | | +| **cassandra.ssl.keystore.password** | - | | +| **cassandra.ssl.truststore.path** | - | | +| **cassandra.ssl.truststore.password** | - | | + --- End diff -- Can we have detailed msgs here?
---