This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from f9d5de34ae1 update Java version from 11 to 17 (#24839)
     add de0cf60eb28 Modify windmill DirectStreamObserver to call isReady only 
every 10 messages by default. This provides more output buffering which ensures 
that output is not throttled on synchronization when message sizes exceed 32KB 
grpc isready limit.
     new c162f4c13de Merge pull request #24853: Modify windmill 
DirectStreamObserver to call isReady only every 10 messages by default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../options/StreamingDataflowWorkerOptions.java    |  9 +++
 .../worker/windmill/DirectStreamObserver.java      | 77 ++++++++++++++--------
 .../worker/windmill/GrpcWindmillServer.java        |  3 +-
 .../worker/windmill/StreamObserverFactory.java     | 12 ++--
 4 files changed, 68 insertions(+), 33 deletions(-)

Reply via email to