Re: [PR] JAVA-3131: Add #retrieve method to EndPoint for when caller does not … [cassandra-java-driver]

2024-04-28 Thread via GitHub
absurdfarce closed pull request #1735: JAVA-3131: Add #retrieve method to EndPoint for when caller does not … URL: https://github.com/apache/cassandra-java-driver/pull/1735 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] JAVA-3131: Add #retrieve method to EndPoint for when caller does not … [cassandra-java-driver]

2024-04-28 Thread via GitHub
absurdfarce commented on PR #1735: URL: https://github.com/apache/cassandra-java-driver/pull/1735#issuecomment-2081935262 Replaced by https://github.com/apache/cassandra-java-driver/pull/1919. Review comments will be handled there. -- This is an automated message from the Apache Git Ser

Re: [PR] JAVA-3131: Add #retrieve method to EndPoint for when caller does not … [cassandra-java-driver]

2024-03-13 Thread via GitHub
SiyaoIsHiding commented on PR #1735: URL: https://github.com/apache/cassandra-java-driver/pull/1735#issuecomment-1996315515 Work taken over to https://github.com/apache/cassandra-java-driver/pull/1919 -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] JAVA-3131: Add #retrieve method to EndPoint for when caller does not... [cassandra-java-driver]

2024-03-13 Thread via GitHub
SiyaoIsHiding opened a new pull request, #1919: URL: https://github.com/apache/cassandra-java-driver/pull/1919 …need the endpoint to be proactively resolved Refactor existing usages of EndPoint#resolve to use retrieve when resolved ip addresses are not needed. Taken over from h

Re: [PR] JAVA-3131: Add #retrieve method to EndPoint for when caller does not … [cassandra-java-driver]

2024-03-13 Thread via GitHub
SiyaoIsHiding commented on code in PR #1735: URL: https://github.com/apache/cassandra-java-driver/pull/1735#discussion_r1524149783 ## core/src/test/java/com/datastax/oss/driver/internal/core/metadata/SniEndPointTest.java: ## @@ -0,0 +1,142 @@ +/* + * Licensed to the Apache Soft

Re: [PR] JAVA-3131: Add #retrieve method to EndPoint for when caller does not … [cassandra-java-driver]

2023-11-03 Thread via GitHub
absurdfarce commented on code in PR #1735: URL: https://github.com/apache/cassandra-java-driver/pull/1735#discussion_r1381861392 ## core/src/test/java/com/datastax/oss/driver/internal/core/metadata/SniEndPointTest.java: ## @@ -0,0 +1,142 @@ +/* + * Licensed to the Apache Softwa