confluent-kafka-go
confluent-kafka-go copied to clipboard
Add missing API operations to Schema Registry client
- Add the API path to list contexts: https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--contexts
- Add the API path to retrieve all subject-version pairs associated with a given schema ID: https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--schemas-ids-int-%20id-versions
@rayokota Can you please take a look?