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
What's the plan for not blocking the barrier? I guess for those "source-like" executors such as Source or DML, it's natural. For other executors, we have to do "barrier stealing/rearrangement" and the consistency could be broken.
What's the plan for not blocking the barrier? I guess for those "source-like" executors such as Source or DML, it's natural. For other executors, we have to do "barrier stealing/rearrangement" and the consistency could be broken.
Yeah actually it's just for Source / DML.
The plan is to just throttle stream reader. I have a WIP PR where I will add more details soon.
rate_limit
#13800rate_limit
feat(connector): partition source reader batch_size byrate_limit
#13800rate_limit
. feat(stream): apply rate_limit as chunk_size to snapshot read #13837rate_limit
The text was updated successfully, but these errors were encountered: