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
In the REST API, the Schema Registry supports "permanent=True" (hard delete) not only on subjects, but also on versions. This is missing in confluent_kafka.
Description
In the REST API, the Schema Registry supports "permanent=True" (hard delete) not only on subjects, but also on versions. This is missing in confluent_kafka.
How to reproduce
Just compare the spec of
delete_version(subject_name, version)
with the REST API spec:
https://docs.confluent.io/platform/current/schema-registry/develop/api.html#delete--subjects-(string-%20subject)-versions-(versionId-%20version)
Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
): latest (2.6.0){...}
not relevant for this issue'debug': '..'
as necessary) not relevant for this issueThe text was updated successfully, but these errors were encountered: