Skip to content

Commit

Permalink
Create new topic for flow processor scheduled tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
driessamyn committed Sep 29, 2023
1 parent 4c8fcdf commit 071a5b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,6 @@ private ScheduledTask() {}

public static final String SCHEDULED_TASK_DB_PROCESSOR = "scheduled.task.db.processor";
public static final String SCHEDULED_TASK_MAPPER_PROCESSOR = "scheduled.task.mapper.processor";
public static final String SCHEDULED_TASK_FLOW_PROCESSOR = "scheduled.task.flow.processor";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ topics:
- flowMapper
producers:
- db
ScheduledTaskFlowProcessorTopic:
name: scheduled.task.flow.processor
consumers:
- flow
producers:
- db

0 comments on commit 071a5b7

Please sign in to comment.