aratno commented on code in PR #1897:
URL:
https://github.com/apache/cassandra-java-driver/pull/1897#discussion_r1499622370
##########
core/src/main/resources/reference.conf:
##########
@@ -37,9 +37,9 @@ datastax-java-driver {
# automatically), but it is usually a good idea to provide more than one
contact point, because if
# that single contact point is unavailable, the driver cannot initialize
itself correctly.
#
- # This must be a list of strings with each contact point specified as
"host:port". If the host is
- # a DNS name that resolves to multiple A-records, all the corresponding
addresses will be used. Do
- # not use "localhost" as the host name (since it resolves to both IPv4 and
IPv6 addresses on some
+ # This must be a list of strings or a comma seperated string with each
contact point specified as "host:port".
Review Comment:
```suggestion
# This must be a list of strings or a comma separated string with each
contact point specified as "host:port".
```
--
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]