schema-registry icon indicating copy to clipboard operation
schema-registry copied to clipboard

Get all soft deleted schemas

Open eanton86 opened this issue 2 years ago • 1 comments

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?

eanton86 avatar Apr 01 '22 10:04 eanton86

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.

senjin-hajrulahovic avatar Aug 28 '22 14:08 senjin-hajrulahovic