OleksiienkoMykyta commented on issue #1651: URL: https://github.com/apache/cassandra-gocql-driver/issues/1651#issuecomment-2696925794
The driver is lacking some PING mechanism to determine if it is successfully connected to C* or not. However, there is no specific PING query kind in proto 4+, so the only solution is to try to query some of C* tables. Generic implementation of Ping() is not possible because the user may not have access to the system keyspace. As a workaround, we can create some "ping" table just for this feature, but it would be an extremely ugly way to solve it. I think it can be closed. @joao-r-reis, what is your take on 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]
