Skip to content

Commit

Permalink
Test of messaging setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wottop committed Jan 13, 2025
1 parent 1bb9813 commit 55e2773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ mp.messaging.incoming.billable-usage-hourly-aggregate-in.fail-on-deserialization
mp.messaging.incoming.billable-usage-hourly-aggregate-in.connector=smallrye-kafka
mp.messaging.incoming.billable-usage-hourly-aggregate-in.topic=${BILLABLE_USAGE_HOURLY_AGGREGATE_TOPIC}
mp.messaging.incoming.billable-usage-hourly-aggregate-in.group.id=swatch-producer-aws-usage-aggregate-consumer
mp.messaging.incoming.billable-usage-hourly-aggregate-in.failure-strategy=ignore
# Start at end of topic to prevent duplicate billing
mp.messaging.incoming.billable-usage-hourly-aggregate-in.auto.offset.reset=latest
# This value needs to be synced with the retry configuration of the contracts API which will retry up to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ mp.messaging.incoming.billable-usage-hourly-aggregate-in.fail-on-deserialization
mp.messaging.incoming.billable-usage-hourly-aggregate-in.connector=smallrye-kafka
mp.messaging.incoming.billable-usage-hourly-aggregate-in.topic=platform.rhsm-subscriptions.billable-usage-hourly-aggregate
mp.messaging.incoming.billable-usage-hourly-aggregate-in.group.id=swatch-producer-azure-usage-aggregate-consumer
mp.messaging.incoming.billable-usage-hourly-aggregate-in.failure-strategy=ignore
# Start at end of topic to prevent duplicate billing
mp.messaging.incoming.billable-usage-hourly-aggregate-in.auto.offset.reset=earliest
# This value needs to be synced with the retry configuration of the contracts API which will retry up to
Expand Down

0 comments on commit 55e2773

Please sign in to comment.