forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
Hello,
While traversing several databases I noticed that it might be useful to see which driver used by a client.
For the current moment this value used to fill the driver_name column in system.clients table.
| private static final String DRIVER_NAME = "DataStax Java Driver"; |
This is ambiguous in situations when you're doing migration from Cassandra to Scylla.
Regards,
Vladimir
heruv1m
