lukasz-antoniak commented on code in PR #336:
URL: https://github.com/apache/cassandra-sidecar/pull/336#discussion_r3091357587
##########
conf/sidecar.yaml:
##########
@@ -338,7 +338,7 @@ driver_parameters:
path: path/to/keystore.p12
password: password
num_connections: 6
-# local_dc: datacenter1
+ local_dc: datacenter1
Review Comment:
`local_dc` becomes a mandatory field. Java driver will not establish
connectivity with the cluster unless local data centre is known. Default
behaviour of 4.x version.
--
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]