Skip to content

Commit

Permalink
CORE-17768 Topology changes - Use new topics (#1306)
Browse files Browse the repository at this point in the history
Set permission for FlowMapper to send messages to Kafka topic "flow.mapper.session.in"

Set permission for TokenSelection to send messages to Kafka topic "flow.session"
  • Loading branch information
mbrkic-r3 authored Oct 24, 2023
1 parent 262d21b commit eb1d079
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ topics:
consumers:
- flowMapper
producers:
- flowMapper
- link-manager
config:
FlowStart:
Expand All @@ -129,5 +130,6 @@ topics:
- flow
producers:
- flowMapper
- tokenSelection
config:

0 comments on commit eb1d079

Please sign in to comment.