Skip to content

Api to delete all subjects at one go in confluent schema registry #2269

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

Closed
SureshGanesanLTA opened this issue Apr 30, 2022 · 2 comments
Closed

Comments

@SureshGanesanLTA
Copy link

Does confluent schema registry facilitates an API to delete all subjects at one go. I'm aware confluent provides deletion with respect to specific subjects.

ipAddress/schema-registry/subjects{subject_id} Here subject_id - Id of the subject to be deleted postMethod: DELETE Expectation: Without giving subject_id ; Need to delete all subjects registered in schema registry

@OneCricketeer
Copy link
Contributor

OneCricketeer commented May 5, 2022

There is no API to batch-delete multiple or all subjects.

I think you'd be better off restarting the registry with a new topic if you want to start from scratch.

@SureshGanesanLTA
Copy link
Author

There is no API to batch-delete multiple or all subjects.

I think you'd be better off restarting the registry with a new topic if you to start from scratch.

At this moment im in a position to delete the topic to achieve this. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants