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

vdk-core: named non-db ingester registration for cloud deployment operators #3224

Open
DeltaMichael opened this issue Mar 18, 2024 · 0 comments

Comments

@DeltaMichael
Copy link
Contributor

Prerequisites

#3221
#3222

Overview

Cloud deployment operators should be able to pre-load named non-db ingesters in plugins.

@hookimpl
  def vdk_initialize(self, context: CoreContext) -> None:
      context.register_ingester(key="default", api_root="blablabla.com")
      context.register_ingester(key="s3_ingester", bucket_address="dafafdsasd", bucket_key="dadsfs")

Acceptance criteria

  1. Above API is created and tested
@DeltaMichael DeltaMichael added the enhancement New feature or request label Mar 18, 2024
@DeltaMichael DeltaMichael changed the title vdk-core: named non-db ingester registration for operators vdk-core: named non-db ingester registration for cloud deployment operators Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant