-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Add API endpoint that allows creating a Keyspace #27
Conversation
management-api-agent/src/main/java/com/datastax/mgmtapi/NodeOpsProvider.java
Outdated
Show resolved
Hide resolved
1c67a01
to
5b67ec0
Compare
5b67ec0
to
edaf4a0
Compare
edaf4a0
to
2d289d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the operator also needs an alter keyspace replication for when it brings up a new DC.
@tjake np I can add that. Maybe as a separate issue/PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 with Alter in new PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks great - thank you!
No description provided.