We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core counterpart: https://github.com/scylladb/scylla-enterprise/issues/5467
Add following keys to startup options map:
APPLICATION_NAME
APPLICATION_VERSION
CLIENT_ID
All strings.
The text was updated successfully, but these errors were encountered:
Fixed here - #554
Sorry, something went wrong.
dkropachev
When branches are created from issues, their pull requests are automatically linked.
Core counterpart: https://github.com/scylladb/scylla-enterprise/issues/5467
Add following keys to startup options map:
APPLICATION_NAME
- ID what application is using driver, example: repo of the applicationAPPLICATION_VERSION
- Version of the application, example: release version or commit id of the applicationCLIENT_ID
- unique id of the client instance, example: pod nameAll strings.
The text was updated successfully, but these errors were encountered: