Skip to content

Commit

Permalink
CORE-20867 move config to the flow config
Browse files Browse the repository at this point in the history
  • Loading branch information
LWogan committed Nov 8, 2024
1 parent 9ec3654 commit 71b1044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ private FlowConfig() {

public static final String EXTERNAL_EVENT_MESSAGE_RESEND_WINDOW = "event.messageResendWindow";
public static final String EXTERNAL_EVENT_MAX_RETRIES = "event.maxRetries";
public static final String EXTERNAL_EVENT_TRANSIENT_ERROR_TIMEOUT = "event.transientErrorRetryTimeout";
public static final String SESSION_TIMEOUT_WINDOW = "session.timeout";
public static final String SESSION_P2P_TTL = "session.p2pTTL";
public static final String SESSION_FLOW_CLEANUP_TIME = "session.cleanupTime";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private Subscription() {
public static final String MEDIATOR_PROCESSING_MIN_POOL_RECORD_COUNT = SUBSCRIPTION + ".mediator.minPoolRecordCount";
public static final String MEDIATOR_PROCESSING_POLL_TIMEOUT = SUBSCRIPTION + ".mediator.pollTimeout";
public static final String MEDIATOR_PROCESSING_PROCESSOR_TIMEOUT = SUBSCRIPTION + ".mediator.processorTimeout";
public static final String MEDIATOR_PROCESSING_TRANSIENT_ERROR_TIMEOUT = SUBSCRIPTION + ".mediator.transientErrorRetryTimeout";
}

/**
Expand Down

1 comment on commit 71b1044

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[stale:lorcan/CORE-20867/retry-topic]

@LWogan The branch lorcan/CORE-20867/retry-topic hasn't been updated in the last 30 days and is marked as stale. It will be removed in 14 days.
If you want to keep this branch around, delete this comment or add new commits to this branch.

Please sign in to comment.