Skip to content

Conversation

@hernandezc1
Copy link
Collaborator

@hernandezc1 hernandezc1 commented Sep 26, 2025

Summary of Changes

This PR addresses the following error message that was preventing LSST alerts from being publish to the lsst-alerts_raw topic.

INVALID_ARGUMENT: The value for request_size is too large. You passed 10000321 in the request, but the maximum value is 10000000.

Added

  • Defined a ceiling for the maximum number of messages that can be received for the messages on a topic partition before publishing them to Cloud Pub/Sub
    • maxBufferSize=50

… the messages on a topic partition before publishing them to Pub/Sub
@hernandezc1 hernandezc1 self-assigned this Sep 26, 2025
@hernandezc1 hernandezc1 added the Bug Something isn't working label Sep 26, 2025
Copy link
Collaborator

@troyraen troyraen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hernandezc1 hernandezc1 merged commit 17f2f70 into develop Oct 6, 2025
4 checks passed
@hernandezc1 hernandezc1 deleted the u/ch/consumer branch October 6, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants