utkuaydn commented on PR #1897: URL: https://github.com/apache/cassandra-java-driver/pull/1897#issuecomment-1960990962
I understand your point of view but the fact is that the approach you are suggesting is unusable with environment variables and configmaps from a HOCON point of view. Moreover, in our case, we are not using the library directly, but rather a [Pekko library](https://pekko.apache.org/docs/pekko-connectors/current/cassandra.html) that uses this driver. So even if I could have one environment variable for multiple contact points, I cannot build a CqlSession and pass it along as an underlying session to the Pekko connector. Also, about the first review you posted, I don't think having `["a,b", "c"]` makes much sense because I doubt that users will have one comma-separated item and one single item in the list. -- 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]
