Log when a new stream_ack_deadline_seconds
is sent on the StreamingPull BiDi stream
#689
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
We can do an info-level log whenever the value changes:
python-pubsub/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py
Line 742 in 6fa03be
It may help debug issues. More generally, we might want to log changes in critical parameters like changes in the ack deadline (which depends on recent delivery-to-ack durations).
The text was updated successfully, but these errors were encountered: