diff --git a/swatch-producer-azure/src/main/resources/application.properties b/swatch-producer-azure/src/main/resources/application.properties index 17b768e322..d589805220 100644 --- a/swatch-producer-azure/src/main/resources/application.properties +++ b/swatch-producer-azure/src/main/resources/application.properties @@ -10,7 +10,7 @@ SPLUNK_HEC_BATCH_SIZE=1000 SPLUNK_HEC_BATCH_INTERVAL=10S SPLUNK_HEC_RETRY_COUNT=3 SPLUNK_HEC_INCLUDE_EX=true -USAGE_AGGREGATE_FAIL_ON_DESER_FAILURE=true +USAGE_AGGREGATE_FAIL_ON_DESER_FAILURE=false WIREMOCK_ENDPOINT=http://wiremock-service:8000 CORS_ORIGINS=/.+\\\\.redhat\\\\.com/ DISABLE_OTEL=true @@ -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