Skip to content

Commit

Permalink
Merge pull request #30 from companieshouse/feature/topic-name-test
Browse files Browse the repository at this point in the history
Rename error and retry topic suffixes
  • Loading branch information
EmrysRoberts authored May 18, 2022
2 parents 2b222eb + fdf6498 commit 97402de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public DisqualifiedOfficersDeltaConsumer(DisqualifiedOfficersDeltaProcessor delt
@RetryableTopic(attempts = "${disqualified-officers.delta.retry-attempts}",
backoff = @Backoff(delayExpression = "${disqualified-officers.delta.backoff-delay}"),
fixedDelayTopicStrategy = FixedDelayStrategy.SINGLE_TOPIC,
retryTopicSuffix = "-${disqualified-officers.delta.group-id}-retry",
dltTopicSuffix = "-${disqualified-officers.delta.group-id}-error",
dltTopicSuffix = "-error",
dltStrategy = DltStrategy.FAIL_ON_ERROR,
autoCreateTopics = "false",
exclude = NonRetryableErrorException.class)
Expand Down

0 comments on commit 97402de

Please sign in to comment.