Skip to content

Commit

Permalink
CORE-17623 - Change ACL mappings to add tokenSelection worker. (#1291)
Browse files Browse the repository at this point in the history
* Change ACL mappings to add tokenSelection worker.
  • Loading branch information
driessamyn authored Oct 12, 2023
1 parent c8af85b commit 35e36fc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ topics:
- persistence
- rest
- uniqueness
- tokenSelection
producers:
- crypto
- db
Expand All @@ -25,6 +26,7 @@ topics:
- persistence
- rest
- uniqueness
- tokenSelection
config:
cleanup.policy: compact
segment.ms: 600000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ topics:
- rest
- persistence
- uniqueness
- tokenSelection
producers:
- db
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ topics:
- verification
- persistence
- uniqueness
- tokenSelection
config:
FlowEventStateTopic:
name: flow.event.state
Expand Down
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:
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ topics:
- link-manager
- persistence
- rest
- tokenSelection
producers:
- db
config:
Expand Down

0 comments on commit 35e36fc

Please sign in to comment.