testisnullus opened a new pull request, #1796: URL: https://github.com/apache/cassandra-gocql-driver/pull/1796
In this PR a new custom type `connectionType` was added to categorize different stages of client connections within a Cassandra cluster. Additionally, the `ClientConnection` struct was introduced to encapsulate detailed information about each connection, such as client address, connection stage, driver details, and SSL configuration. A new method, `RetrieveClientConnections`, was implemented to retrieve client connections based on their connection stage from the system_views.clients table. -- 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]
