Commit ca67da4
committed
kgo: fix batch coordinator fetching
v1.10.0 introduced batch coordinator fetching, but had a bug: when
fetching many coordinators in a batch, we would not use the proper
NodeID (we would use the top level NodeID, not the per-coordinator
NodeID).
This worked for non-batch coordinator fetching because we mirrored the
first coordinator to the top level response, if the request/response was
batched.1 parent c6f7f9a commit ca67da4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1229 | 1229 | | |
1230 | 1230 | | |
1231 | 1231 | | |
1232 | | - | |
| 1232 | + | |
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
1236 | 1236 | | |
1237 | | - | |
| 1237 | + | |
1238 | 1238 | | |
1239 | 1239 | | |
1240 | 1240 | | |
| |||
0 commit comments