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

Allow adding an exporter via an API #18752

Closed
6 tasks done
Tracked by #16126
deepthidevaki opened this issue May 23, 2024 · 0 comments · Fixed by #19261
Closed
6 tasks done
Tracked by #16126

Allow adding an exporter via an API #18752

deepthidevaki opened this issue May 23, 2024 · 0 comments · Fixed by #19261
Assignees
Labels
component/zeebe Related to the Zeebe component/team kind/feature Categorizes an issue or PR as a feature, i.e. new behavior

Comments

@deepthidevaki
Copy link
Contributor

deepthidevaki commented May 23, 2024

I can enable an exporter via an API and specify another exporterId to initialize the metadata from.

Tasks

  1. component/zeebe kind/task
    deepthidevaki
  2. component/zeebe kind/task scope/broker
    deepthidevaki
  3. component/zeebe kind/task
    deepthidevaki
  4. component/zeebe kind/task scope/broker
    deepthidevaki
  5. component/zeebe kind/task
    deepthidevaki
  6. component/zeebe kind/task scope/gateway
    deepthidevaki
@deepthidevaki deepthidevaki added component/zeebe Related to the Zeebe component/team kind/feature Categorizes an issue or PR as a feature, i.e. new behavior labels May 23, 2024
@deepthidevaki deepthidevaki self-assigned this May 23, 2024
github-merge-queue bot pushed a commit that referenced this issue Jun 13, 2024
## Description

This PR combines two things
1. `ExporterDirector` does not close itself when no exporters are
configured. Instead it goes to an idle state, where the actor is still
running, but it is not actively doing any tasks. When a new exporter is
enabled, it will become active again and starts all necessary services
to resume exporting.
2. Added endpoint in the gateway for enabling exporter. The endpoint
allows to enable an exporter with and without another exporter to
initialize from.

## Related issues

closes #19022
closes #18752
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/zeebe Related to the Zeebe component/team kind/feature Categorizes an issue or PR as a feature, i.e. new behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant