diff --git a/swatch-producer-aws/src/main/resources/application.properties b/swatch-producer-aws/src/main/resources/application.properties index 677192bae1..04f211aaa1 100644 --- a/swatch-producer-aws/src/main/resources/application.properties +++ b/swatch-producer-aws/src/main/resources/application.properties @@ -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 diff --git a/swatch-producer-azure/src/main/resources/application.properties b/swatch-producer-azure/src/main/resources/application.properties index 5abe57439f..fc29987b5b 100644 --- a/swatch-producer-azure/src/main/resources/application.properties +++ b/swatch-producer-azure/src/main/resources/application.properties @@ -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