You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
With a Pub/sub source configured with Vector, we have regular errors in the logs.
The logs seem to arrive in the sink but we can wonder if we do not lose events when this happens.
The error message:
ERROR vector::internal_events::gcp_pubsub: Failed to fetch events. error=status: Unavailable, message: "The service was unable to fulfill your request. Please try again. [code=8a75]", details: [], metadata: MetadataMap { headers: {} } error_code="failed_fetching_events" error_type="request_failed" stage="receiving" internal_log_rate_limit=true
The error occurs even if there are no messages in the subscription, I even wonder if this is not the source of the error (pull when no messages).
A note for the community
Problem
With a Pub/sub source configured with Vector, we have regular errors in the logs.
The logs seem to arrive in the sink but we can wonder if we do not lose events when this happens.
The error message:
The error occurs even if there are no messages in the subscription, I even wonder if this is not the source of the error (pull when no messages).
Configuration
Version
Vector version v0.44.0
Debug Output
Example Data
No response
Additional Context
The Pub/Sub subscription is configured with 60 seconds of Acknowledgement deadline. No other options configured.
References
No response
The text was updated successfully, but these errors were encountered: