smiklosovic commented on code in PR #2988:
URL: https://github.com/apache/cassandra/pull/2988#discussion_r1539040804


##########
conf/cassandra.yaml:
##########
@@ -647,6 +647,17 @@ seed_provider:
       # based on the configured name service on the system. Defaults to 
"false".
       #  resolve_multiple_ip_addresses_per_dns_record: "false"
 
+
+#  - class_name: org.apache.cassandra.locator.UrlSeedProvider
+#    parameter:
+        # seeds_url points to config which container one seed per line.
+        # Ex: "http://<seeds-url-address>"
+#      - seeds_url: "http://127.0.0.1";

Review Comment:
   @Mmuzaf implemented here as the second commit 
https://github.com/Claudenw/cassandra/pull/11/files
   
   



-- 
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