Skip to content

Commit

Permalink
SWATCH-3142: Bypass bad Kafka messages in swatch-producer-azure
Browse files Browse the repository at this point in the history
  • Loading branch information
wottop committed Jan 13, 2025
1 parent 17381b6 commit 2eb4226
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down 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 2eb4226

Please sign in to comment.