Skip to content

Commit

Permalink
CORE-19253 - Added the topic external.message.sample (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesoliveira authored Jan 11, 2024
1 parent b9d6f5a commit 65a9858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ private Flow() {
public static final String FLOW_MAPPER_SESSION_IN = "flow.mapper.session.in";
public static final String FLOW_START = "flow.start";
public static final String FLOW_SESSION = "flow.session";
public static final String EXTERNAL_MESSAGE_SAMPLE = "external.message.sample";
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,11 @@ topics:
- flowMapper
- tokenSelection
config:
ExternalMessage:
name: external.message.sample
consumers:
- flow
producers:
- flow
config:

0 comments on commit 65a9858

Please sign in to comment.