Skip to content

Commit

Permalink
feat(swagger): agent, extend NodeInfo with consistent_cluster_management
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski authored and karol-kokoszka committed Feb 26, 2024
1 parent e368398 commit fc4d407
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions swagger/agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,10 @@
"sstable_uuid_format": {
"description": "Whether Scylla supports uuid-like sstable naming.",
"type": "boolean"
},
"consistent_cluster_management": {
"description": "Whether Scylla uses RAFT for cluster management and DDL.",
"type": "boolean"
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions swagger/gen/agent/models/node_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc4d407

Please sign in to comment.