frankgh commented on code in PR #15:
URL: 
https://github.com/apache/cassandra-analytics/pull/15#discussion_r1321847934


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/clients/Sidecar.java:
##########
@@ -129,6 +135,9 @@ public static SidecarClient from(SidecarInstancesProvider 
sidecarInstancesProvid
                                             
.ssl(conf.hasKeystoreAndKeystorePassword())
                                             .build();
 
+        StartupValidator.instance().register(new 
KeystoreValidation(secretsProvider));
+        StartupValidator.instance().register(new 
TruststoreValidation(secretsProvider));
+
         SidecarConfig sidecarConfig = new SidecarConfig.Builder()

Review Comment:
   you will need to pull the latest sidecar and recompile internally. Refer to 
: 
https://github.com/apache/cassandra-analytics/tree/trunk/cassandra-analytics-core-example
   
   ```
   cd ${SIDECAR_REPOSITORY_HOME}
   ./gradlew -Pversion=1.0.0-local :vertx-client-shaded:publishToMavenLocal
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to