Closed csadai closed 1 year ago
Hi @csadai, deleting subjects and individual schemas are already available. See https://upstash.com/docs/kafka/schema-registry/schemarest#delete-subject
I've just tested via curl
and using kafka-ui tool. I'm not sure how did you get Unsupported http method DELETE
error.
About compatibility, you can change to other compatibility options: https://upstash.com/docs/kafka/schema-registry/schemacompatibility
Thank you for your reply @mdogan - The issue keeps happening though.
I tried to run the deletion through https://conduktor.io and it returns an error too, which is weird as it has perfect support for all things Confluent SR (see image attached)
Notes:
@csadai We have identified the problem and working on the fix. Thanks for the info. I will update here when the fix is deployed.
Thank you @sancar ! That will help a lot
Hi @csadai The issue is fixed and deployed. Closing the issue. Thanks for the report again.
Hello,
Steps to reproduce:
Running
curl -u {user}:{pwd} -X DELETE https://{hostpart}-us1-rest-kafka.upstash.io/schema-registry/subjects/mysubject.avro
Returns
Additionally, the compatibility being set to
backwards_transitive
, it makes it hard to fix a naming mistake by upgrading the schema. Adding support for Delete seems pretty necessary.Thanks