-
Notifications
You must be signed in to change notification settings - Fork 1.2k
DGS-22434 Add support for recursive mode delete #3992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 8.0.x
Are you sure you want to change the base?
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
core/src/main/java/io/confluent/kafka/schemaregistry/storage/KafkaSchemaRegistry.java
Outdated
Show resolved
Hide resolved
core/src/main/java/io/confluent/kafka/schemaregistry/storage/KafkaSchemaRegistry.java
Outdated
Show resolved
Hide resolved
core/src/main/java/io/confluent/kafka/schemaregistry/storage/KafkaSchemaRegistry.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @karthikeyanas , one last nit
core/src/main/java/io/confluent/kafka/schemaregistry/storage/KafkaSchemaRegistry.java
Show resolved
Hide resolved
|




What
Add support for recursive mode delete /mode API. This add a new options parameter recursive, which when set to true and subject is a context, will update mode for the given context and all subjects under the context.
This is defaulted to false to maintain existing behavior
Checklist
Please answer the questions with Y, N or N/A if not applicable.
References
JIRA: https://confluentinc.atlassian.net/browse/DGS-22434
Test & Review