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
Python has BatchAccumulator + @task(batch=); Java has Batcher<T>. Node only has enqueueMany — no accumulator that flushes on size/interval. Found in the 2026-07-24 SDK parity audit (SDK_PARITY_REPORT.md).
Python has
BatchAccumulator+@task(batch=); Java hasBatcher<T>. Node only hasenqueueMany— no accumulator that flushes on size/interval. Found in the 2026-07-24 SDK parity audit (SDK_PARITY_REPORT.md).