Skip to content
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

Schema Registry Client: Does not support Context operations #1132

Open
alexhein opened this issue Feb 14, 2024 · 0 comments
Open

Schema Registry Client: Does not support Context operations #1132

alexhein opened this issue Feb 14, 2024 · 0 comments

Comments

@alexhein
Copy link

This is a gap in the public methods provided by the schema registry client w.r.t. the REST API of Confluent Schema Registry.

In particular, it is not supported to list contexts.
See API Reference: https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--contexts

In addition, the client does not allow to specify a base context path as described in https://docs.confluent.io/platform/current/schema-registry/schema-linking-cp.html#using-a-base-context-path
to realize requests of the form GET <urls>/contexts/<context-id>/schemas/ids/<id>/versions

Golang Interface of the client: https://github.com/confluentinc/confluent-kafka-go/blob/v2.3.0/schemaregistry/schemaregistry_client.go#L199

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant