sylwiaszunejko opened a new pull request, #1849: URL: https://github.com/apache/cassandra-gocql-driver/pull/1849
Previously we had two separate structs to store hosts data. This PR merges both of them and additionally does some refactoring like removing unnecessary methods/structs. The goal is to improve the code logic to make it easier to work with and understand. Having hosts metadata in so many places all over the driver can be confusing and this PR aims to fix it. -- 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]

