apicurio-registry
apicurio-registry copied to clipboard
ccompat: support mode per subject
Feature or Problem Description
Currently ccompat doesn't support POST/DELETE/GET of mode per subject. Confluent schema registry API: https://docs.confluent.io/platform/current/schema-registry/develop/api.html#get--mode-(string-%20subject) Mode is only supported for the whole registry.
Proposed Solution
Implement POST/DELETE/GET per subject for ccompat.
Additional Context
I use Apicurio together with Quarkus in dev/test mode. It would be nice if I could run tests locally against Apicurio and don't need to set up my own confluent schema registry.
Thank you for reporting an issue!
Pinging @EricWittmann to respond or triage.