Skip to content

Support UDT in Keyspaces controller #2482

@vishalkatikineni

Description

@vishalkatikineni

Is your feature request related to a problem?
Creating UDTs (User-Defined Types) is currently a manual process after provisioning a keyspace using the keyspaces-controller. Since UDTs are referenced in table specifications, the lack of native support in the keyspaces-controller is a limitation.

Describe the solution you'd like
Enhance the keyspaces-controller to support a new Type resource that enables:

  • CreateType
  • DeleteType

Describe alternatives you've considered
Manual creation of UDTs post keyspace provisioning or scripting UDT operations outside the keyspaces-controller. However, these approaches reduce automation and increase operational overhead.

Metadata

Metadata

Assignees

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/new-resourceCategorizes issue or PR as related to a new resource.service/keyspacesIndicates issues or PRs that are related to keyspaces-controller.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions