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

Delete all versions from a schema #183

Closed
fraballi opened this issue Sep 24, 2019 · 1 comment
Closed

Delete all versions from a schema #183

fraballi opened this issue Sep 24, 2019 · 1 comment

Comments

@fraballi
Copy link

Great tool.
I need to create from scrash schemas in unit tests and deleting schemas is a must.
Does your API fully conforms with Confluent's? How can I delete a schema and all its versions?
e.g

Delete version 3 of the schema registered under subject "Kafka-value"

$ curl -X DELETE http://localhost:8081/subjects/Kafka-value/versions/3
  3

Delete all versions of the schema registered under subject "Kafka-value"

$ curl -X DELETE http://localhost:8081/subjects/Kafka-value
  [1, 2, 3, 4, 5]
@jturkel
Copy link
Member

jturkel commented Sep 24, 2019

We strive to keep the API compatible with the Confluent API but we haven't had a chance to implement the delete API yet. See #48 for the tracking issue for deletes. PRs are always welcome ;)

@jturkel jturkel closed this as completed Sep 24, 2019
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

2 participants