fix(kpi,PIN-9159): add kafka timeouts to analytic audit writers (DEV,QA,PROD)#164
Merged
marco-vit-pagopa merged 2 commits intomainfrom Feb 11, 2026
Conversation
…analytic writers (DEV,QA,PROD)
There was a problem hiding this comment.
Pull request overview
This pull request adds custom Kafka timeout configurations to application audit analytics services across DEV, QA, and PROD environments to address timeout-related issues (PIN-9159). The changes configure session, request, and batch wait timeouts for both the application-audit-archiver and application-audit-analytics-writer microservices.
Changes:
- Added three new Kafka timeout configurations (KAFKA_SESSION_TIMEOUT_MILLIS, KAFKA_REQUEST_TIMEOUT_MILLIS, KAFKA_MAX_WAIT_BATCH_MILLIS) to both application-audit-archiver and application-audit-analytics-writer services
- Commented out the common-kafka KAFKA_MAX_WAIT_BATCH_MILLIS reference to use custom values
- Added ACCUMULATOR_MAX_MESSAGES and ACCUMULATOR_FLUSH_TIMEOUT_MS to QA analytics writer configuration
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| microservices/application-audit-archiver/qa-analytics/values.yaml | Adds custom Kafka timeout values and comments out common-kafka reference for QA environment |
| microservices/application-audit-archiver/prod-analytics/values.yaml | Adds custom Kafka timeout values and comments out common-kafka reference for PROD environment |
| microservices/application-audit-archiver/dev-analytics/values.yaml | Adds custom Kafka timeout values and comments out common-kafka reference for DEV environment |
| microservices/application-audit-analytics-writer/qa-analytics/values.yaml | Adds custom Kafka timeout values, accumulator settings, and comments out common-kafka reference for QA environment |
| microservices/application-audit-analytics-writer/prod-analytics/values.yaml | Adds two new Kafka timeout values to existing custom configuration for PROD environment |
| microservices/application-audit-analytics-writer/dev-analytics/values.yaml | Adds two new Kafka timeout values to existing custom configuration for DEV environment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
microservices/application-audit-analytics-writer/qa-analytics/values.yaml
Show resolved
Hide resolved
microservices/application-audit-analytics-writer/prod-analytics/values.yaml
Show resolved
Hide resolved
microservices/application-audit-analytics-writer/dev-analytics/values.yaml
Show resolved
Hide resolved
lorenzo-pa
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.