Commit b98a9f8
committed
fix(pulsar): Upgrade pulsar 6.5.0 and patch tokio-util
We want to upgrade to pulsar@6.5.0, but it contains an updated
dependency for tokio-util which breaks vector. Vector has maintained
a fork of `tokio` and patched it, so this same patch was applied to the
version that pulsar 6.5.0 uses, which is `tokio-util@0.7.17`.
We are testing this version of pulsar as a potential fix for the
`SlowDown` error which causes partitions to no longer be consumed. We
need consumers to be pulling from all available partitions.
Ref: LOG-226551 parent b213e4e commit b98a9f8
3 files changed
+52
-28
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
339 | 342 | | |
340 | 343 | | |
341 | 344 | | |
| |||
0 commit comments