schema-registry
schema-registry copied to clipboard
Get all soft deleted schemas
Schema Registry API doesn't allow to get only deleted schemas. If we use deleted=true
from the API then we get all the schemas actual and deleted and there is no deleted flag in result to filter it out.
Otherwise how to use hard delete without knowing what we can delete?
Agree. The parameter name is misleading. A query parameter name includeSoftDeleted
or something along the line. Then the new query parameter could be called softDeletedOnly
.