Commit c42bc77
[Dataflow Streaming] Enable Windmill GetWork Response Batching by default (apache#33847)
With this change user workers will request batched responses from
backend and backend will send multiple WorkItems in the same response
proto. Backend changes are rollbacksafe.
The feature can be disabled by passing `--windmillRequestBatchedGetWorkResponse=false`1 parent bac0191 commit c42bc77
File tree
2 files changed
+5
-0
lines changed- runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments