-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SWATCH-3152: Configure swatch-producer-azure to skip bad messages #4104
Conversation
2eb4226
to
bbbf41a
Compare
bbbf41a
to
5747d62
Compare
/retest |
/retest |
1 similar comment
/retest |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to disable this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is used in line 112:
mp.messaging.incoming.billable-usage-hourly-aggregate-in.fail-on-deserialization-failure=${USAGE_AGGREGATE_FAIL_ON_DESER_FAILURE}
Without this setting, bad json kills the pod
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't know about this behaviour. We can read more information in https://es.quarkus.io/guides/kafka#handling-deserialization-failures.
Thanks!
/retest |
1 similar comment
/retest |
Jira issue: SWATCH-3152
Description
Testing
IQE Test MR:
MR 987
Setup
Steps
Verification