Skip to content

feat(delegate): add delegates v3 module with Queue Service routing#3222

Draft
PooyaRaki wants to merge 1 commit into
feat/queue/04-safe-integrationfrom
feat/queue/05-delegate-v3
Draft

feat(delegate): add delegates v3 module with Queue Service routing#3222
PooyaRaki wants to merge 1 commit into
feat/queue/04-safe-integrationfrom
feat/queue/05-delegate-v3

Conversation

@PooyaRaki

Copy link
Copy Markdown
Contributor

Summary

Add a delegates v3 module (update + delete) that routes to the Queue Service when FF_QUEUE_SERVICE is enabled, falling back to the Transaction Service v2 endpoints when off. Part 5/6 of the feat/migrateToQueueService split.

Changes

  • Add the v3 delegates controller, service, repository, DTOs, schemas, and tests.
  • Route delegate operations to the Queue Service when the flag is on; otherwise use Transaction Service v2.
  • Add updateDelegateV2 to the Transaction API interface and implementation.
  • Register the v3 module/repository in DelegateModule.

New v3 delegates API (controller, service, repository) supporting update and
delete. When FF_QUEUE_SERVICE is enabled, delegate operations route to the
Queue Service; otherwise they use the Transaction Service v2 endpoints
(adds updateDelegateV2 to the Transaction API).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@datadog-official

datadog-official Bot commented Jul 1, 2026

Copy link
Copy Markdown

Pipelines

⚠️ Warnings

🚦 2 Pipeline jobs failed

CI | integration-tests   View in Datadog   GitHub Actions

CI | unit-tests   View in Datadog   GitHub Actions

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 47f29df | Docs | Give us feedback!

@PooyaRaki PooyaRaki self-assigned this Jul 1, 2026
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

Successfully merging this pull request may close these issues.

1 participant