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


##########
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:
   Indeed, `metadata_url` or `url` is better. My point is that a URL adds a 
single point of failure to the cluster, which is not good (without reading the 
seed it won't start, right?). We can easily support a list of URLs, which 
should be fine and safe.



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