Commit 298067a
authored
Wrap rd_kafka_consumer_poll into iterator (use librdkafka embedded backpressure) (#158)
* remove message sequence
* test consumer with implicit rebalance
* misc + format
* remove artefact
* don't check a lot of messages
* fix typo
* slow down first consumer to lower message to fit CI timeout
* remove helpers
* use exact benchmark version to avoid missing thresholds error (as no thresholds so far)
* add deprecated marks for backpressure, change comment for future dev
* address comments1 parent 8be7e2f commit 298067a
File tree
4 files changed
+213
-391
lines changed- Sources/Kafka
- Configuration
- RDKafka
- Tests/IntegrationTests
4 files changed
+213
-391
lines changedLines changed: 0 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 25 | | |
58 | 26 | | |
59 | 27 | | |
| |||
0 commit comments