Commit a336400
committed
Range and CooperativeSticky are not compatible
We're gettingt this error:
All partition.assignment.strategy (range,cooperative-sticky) assignors must have the same protocol type, online migration between assignors with different protocol types is not supported
Some minimal reading of rdkafka made us believe range is EAGER and
cooperative-sticky is .. well .. COOPERATIVE, which are different
protocol types.
This means we can't use both at the same time and in practice, means we
need downtime on workers when deploying this change. Not terrible tbh.1 parent 54ef5f6 commit a336400
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
| |||
0 commit comments