-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORE-17386 - Create new topic for flow processor scheduled tasks. #1271
CORE-17386 - Create new topic for flow processor scheduled tasks. #1271
Conversation
@@ -269,5 +269,8 @@ 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_TOPIC_FLOW_PROCESSOR = "scheduled.task.flow.processor"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public static final String SCHEDULED_TASK_TOPIC_FLOW_PROCESSOR = "scheduled.task.flow.processor"; | |
public static final String SCHEDULED_TASK_FLOW_PROCESSOR_TOPIC = "scheduled.task.flow.processor"; |
I think we should do the same for the 2 above constants for consistency with rest of the cases (I missed that with SCHEDULED_TASK_DB_PROCESSOR
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I can add it in this PR if you want?
da3256e
to
86c2c1b
Compare
Jenkins build for PR 1271 build 5 Build Successful: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Runtime-os PR: corda/corda-runtime-os#4740