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
Previously Karapace would ignore soft deleted schemas (schemas with deleted flag set) if the schemas was not seen before. This was a problem since the _shemas topic is log.cleanup.policy=compact, and Karapace would only see the deleted schema. That meant the schema would not be available through the schemas/ids/:id which broke some use cases.
The text was updated successfully, but these errors were encountered:
When _schemas topic has been compacted and only soft deleted version
of the schema is present the schema must be stored in the in memory
database.
Fixes#170.
When _schemas topic has been compacted and only soft deleted version
of the schema is present the schema must be stored in the in memory
database.
Fixes#170.
When _schemas topic has been compacted and only soft deleted version
of the schema is present the schema must be stored in the in memory
database.
Fixes#170.
When _schemas topic has been compacted and only soft deleted version
of the schema is present the schema must be stored in the in memory
database.
Fixes#170.
PR fixing the issue: #169
Previously Karapace would ignore soft deleted schemas (schemas with
deleted
flag set) if the schemas was not seen before. This was a problem since the_shemas
topic islog.cleanup.policy=compact
, and Karapace would only see the deleted schema. That meant the schema would not be available through theschemas/ids/:id
which broke some use cases.The text was updated successfully, but these errors were encountered: