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
We have a gflag async_replication_polling_delay_ms to add delay during CDC consumer polling. This can be used to reduce the frequency of polling and avoid overloading producers.
We realized during portal testing that this flag is not honored during errors and the delay only gets applied when the poll succeeds. If a poll fails, we immediately try again without waiting for the "delay" period.
The text was updated successfully, but these errors were encountered:
We have a gflag
async_replication_polling_delay_ms
to add delay during CDC consumer polling. This can be used to reduce the frequency of polling and avoid overloading producers.We realized during portal testing that this flag is not honored during errors and the delay only gets applied when the poll succeeds. If a poll fails, we immediately try again without waiting for the "delay" period.
The text was updated successfully, but these errors were encountered: