Skip to content

Conversation

deepthidevaki
Copy link
Contributor

@deepthidevaki deepthidevaki commented Aug 20, 2025

Description

This PR implements the api for deleting an exporter permanently from the brokers, after the configuration of it is removed.

The api is exposed via the existing endpoint for exporters.

DELETE actuator/exporters/{exporterId}

Related issues

closes #35325
closes #35321

@github-actions github-actions bot added component/zeebe Related to the Zeebe component/team component/operate Related to the Operate component/team component/tasklist Related to the Tasklist component/team component/optimize Related to Optimize component/team labels Aug 20, 2025
@deepthidevaki deepthidevaki force-pushed the dd-35325-exporter-delete-endpoint branch 2 times, most recently from 7907fbd to 0235976 Compare August 21, 2025 08:45
@deepthidevaki deepthidevaki force-pushed the dd-35325-exporter-delete-endpoint branch from 0235976 to 21d0fbd Compare August 22, 2025 08:51
@deepthidevaki deepthidevaki marked this pull request as ready for review August 22, 2025 09:33
@deepthidevaki deepthidevaki requested review from a team and rodrigo-lourenco-lopes and removed request for a team August 22, 2025 09:33
Copy link
Contributor

@rodrigo-lourenco-lopes rodrigo-lourenco-lopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀

@deepthidevaki deepthidevaki added this pull request to the merge queue Aug 25, 2025
Merged via the queue into main with commit c95f65e Aug 25, 2025
104 checks passed
@deepthidevaki deepthidevaki deleted the dd-35325-exporter-delete-endpoint branch August 25, 2025 12:16
@deepthidevaki deepthidevaki added the backport stable/8.7 Backport a pull request to stable/8.7 label Sep 1, 2025
@deepthidevaki
Copy link
Contributor Author

/backport

@backport-action
Copy link
Collaborator

Created backport PR for stable/8.7:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-36997-to-stable/8.7
git worktree add --checkout .worktree/backport-36997-to-stable/8.7 backport-36997-to-stable/8.7
cd .worktree/backport-36997-to-stable/8.7
git reset --hard HEAD^
git cherry-pick -x c796c463476db0063e2e8fa44221767450c48ff9 e6bd3fa9a99596b068813d0e2ca037c4f87e0f7f 21d0fbd860f5507619acbd8f5f13694f3ccde4d5
git push --force-with-lease

github-merge-queue bot pushed a commit that referenced this pull request Sep 1, 2025
…rter (#37443)

# Description
Backport of #36997 to `stable/8.7`.

relates to #35325 #35321
related to #29674
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport stable/8.7 Backport a pull request to stable/8.7 component/operate Related to the Operate component/team component/optimize Related to Optimize component/team component/tasklist Related to the Tasklist component/team component/zeebe Related to the Zeebe component/team version:8.7.12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add gateway endpoint for delete exporter api Allow deleting an exporter via an api
3 participants