Commit 8be7e2f
Allow groupID to be specified when assigning partition (#161)
* Allow groupID to be specified when assigning partition
Motivation:
A Consumer Group can provide a lot of benefits even if the
dynamic loadbalancing features are not used.
Modifications:
Allow for an optional GroupID when creating a partition
consumer.
Result:
Consumer Groups can now be used when manual assignment is
used.
* fix format
---------
Co-authored-by: Ómar Kjartan Yasin <omarkj@apple.com>
Co-authored-by: blindspotbounty <127803250+blindspotbounty@users.noreply.github.com>
Co-authored-by: Franz Busch <f.busch@apple.com>1 parent 1d32866 commit 8be7e2f
File tree
2 files changed
+16
-9
lines changed- Sources/Kafka
- Configuration
2 files changed
+16
-9
lines changedLines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
270 | 277 | | |
271 | 278 | | |
272 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
0 commit comments