Skip to content

Commit

Permalink
Change ACL mappings to add tokenSelection worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
driessamyn committed Oct 11, 2023
1 parent df258c8 commit 128f10e
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# TODO: remove db access once the tokenSelection worker has been integrated.
topics:
ServicesTokenEventTopic:
name: services.token.event
consumers:
- db
- tokenSelection
producers:
- flow
- db
- persistence
- tokenSelection
config:
ServicesTokenEventStateTopic:
name: services.token.event.state
consumers:
- db
- tokenSelection
producers:
- db
- tokenSelection
config:
cleanup.policy: compact
segment.ms: 600000
Expand All @@ -25,22 +30,28 @@ topics:
name: services.token.event.dlq
consumers:
- db
- tokenSelection
producers:
- db
- tokenSelection
config:
ServicesTokenSyncEventTopic:
name: services.token.sync.event
consumers:
- db
- tokenSelection
producers:
- db
- tokenSelection
config:
ServicesTokenSyncEventStateTopic:
name: services.token.sync.event.state
consumers:
- db
- tokenSelection
producers:
- db
- tokenSelection
config:
cleanup.policy: compact
segment.ms: 600000
Expand All @@ -52,6 +63,8 @@ topics:
name: services.token.sync.event.dlq
consumers:
- db
- tokenSelection
producers:
- db
- tokenSelection
config:

0 comments on commit 128f10e

Please sign in to comment.