confluentinc / confluentinc/vscode
Schema types should be informed from SR API
Open
schema management
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 17
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
List of schema types for an SR cluster must be informed from the [`GET /schemas/types`](https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--schemas-types-) response, but still limited to only those that we currently support (i.e, AVRO, PROTOBUF and JSON).
Here's where we "hardcode" the list of schema types - https://github.com/confluentinc/vscode/blob/87b69061e98b832bcbbf943c32941c019ed53e10/src/quickpicks/schemas.ts#L105
Contributor guide
Assessment
This issue has not been assessed yet.