Skip to content
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

Delete topics from topic registry over Kafka instead of the ingest service #157

Open
raminqaf opened this issue Dec 6, 2022 · 0 comments
Labels
component/manager type/refactor Refactoring of existing functionality

Comments

@raminqaf
Copy link
Contributor

raminqaf commented Dec 6, 2022

This is a follow-up issue of #155. Currently, we are deleting the Kafka topics in the topic registry using the IngestService over an IngestClient. The deletion job in the mirror sets the X_API_KEY in its environment variable and uses this variable to authenticate itself with the ingest service.
We should remove this logic and directly use the Producer API to ingest the proper key with a null value in the topic registry.

@raminqaf raminqaf added type/refactor Refactoring of existing functionality component/manager labels Jan 17, 2023
@raminqaf raminqaf added this to Quick Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/manager type/refactor Refactoring of existing functionality
Projects
Status: No status
Development

No branches or pull requests

1 participant