You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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 ;)
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"
Delete all versions of the schema registered under subject "Kafka-value"
The text was updated successfully, but these errors were encountered: