Commit acdb2eb
authored
New committer (#271)
* Initial kafka committer
* Update config
* Error on uninitialize brokers
* Update queries
* Option to disable TLS for kafka
* Add projection mode in blocks
* Fix publish parallel mode
* Gofmt
* Update schema
* Fix backfill table
* Update kafka storage producer
* Kafka + Redis
* Update schema payload
* Update kafka-postgres -> kafka-redis config
* Update schema to use replacing merge tree
* Fix schema
* Badger & S3
* Until block for committer
* terminate when poller or committer exit
* Fix commit until block
* Don't cancel active tasks in poller
* migrate with destination storage
* Remove RPC batch config in migrate
* Cleanup
* Add from_address, to_address to schema
* Retry with RPC batch size reduction
* Shuffle Orchestrator and Staging interface
* store poller in committer
* Simplified storage. Split kafka and redis
* kafka requires orchestrator
* Fix orchestrator flag
* Fix badger keys
* Fix backfill missing blocks in staging
* Revert "Fix backfill missing blocks in staging"
This reverts commit 6233232.
* block buffer
* Poller S3 support
* Fix boundaries for migration
* Badger for caching in s3 connector
* optimize s3 insertion
* redis tls. erc1155 batch mv
* fix projections, use _part_offset projections
* gofmt
* Fix test1 parent 3a03423 commit acdb2eb
File tree
55 files changed
+7505
-925
lines changed- cmd
- configs
- internal
- common
- handlers
- orchestrator
- publisher
- rpc
- source
- storage
- tools
- clickhouse_opts
- clickhouse
- worker
- test/mocks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+7505
-925
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | | - | |
55 | 57 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | | - | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
65 | 109 | | |
66 | 110 | | |
67 | 111 | | |
| |||
86 | 130 | | |
87 | 131 | | |
88 | 132 | | |
| 133 | + | |
89 | 134 | | |
90 | 135 | | |
91 | 136 | | |
| |||
101 | 146 | | |
102 | 147 | | |
103 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
104 | 164 | | |
105 | 165 | | |
106 | 166 | | |
| |||
177 | 237 | | |
178 | 238 | | |
179 | 239 | | |
| 240 | + | |
180 | 241 | | |
181 | 242 | | |
182 | 243 | | |
183 | 244 | | |
184 | 245 | | |
185 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
186 | 257 | | |
187 | 258 | | |
188 | 259 | | |
| |||
192 | 263 | | |
193 | 264 | | |
194 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
195 | 274 | | |
196 | 275 | | |
197 | 276 | | |
| |||
204 | 283 | | |
205 | 284 | | |
206 | 285 | | |
| 286 | + | |
207 | 287 | | |
208 | 288 | | |
209 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
12 | 17 | | |
| 18 | + | |
13 | 19 | | |
14 | | - | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
28 | 49 | | |
29 | 50 | | |
30 | 51 | | |
| |||
39 | 60 | | |
40 | 61 | | |
41 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
42 | 66 | | |
43 | 67 | | |
44 | 68 | | |
45 | 69 | | |
46 | 70 | | |
47 | 71 | | |
48 | 72 | | |
| 73 | + | |
| 74 | + | |
49 | 75 | | |
50 | 76 | | |
51 | 77 | | |
| |||
57 | 83 | | |
58 | 84 | | |
59 | 85 | | |
| 86 | + | |
60 | 87 | | |
61 | 88 | | |
62 | 89 | | |
| |||
94 | 121 | | |
95 | 122 | | |
96 | 123 | | |
97 | | - | |
| 124 | + | |
98 | 125 | | |
99 | 126 | | |
100 | 127 | | |
| |||
104 | 131 | | |
105 | 132 | | |
106 | 133 | | |
107 | | - | |
108 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
109 | 138 | | |
110 | 139 | | |
111 | | - | |
| 140 | + | |
112 | 141 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
119 | 148 | | |
120 | 149 | | |
121 | 150 | | |
| |||
0 commit comments