Commit 4eca702
authored
Add topicctl v1 (#32)
* Create client interface
* Use new version of kafka-go
* Start on implementation of broker client
* Support broker addresses in command-line entrypoints
* Support updating configs and running leader elections
* Start adding broker client
* Add create partitions
* Improve tests
* Fix leader election and add tests
* Add tests of get api versions
* Clean up tests
* Update kafka-go version
* Improve support for broker-based admin client
* Start testing out broker-based admins
* Fix case where topic does not exist
* Improve support for broker-based admin client
* Skip tests that aren't possible to run with older kafka versions
* Add circleci tests for v2.4.1
* Fix circleci configs
* Add SSL and SASL support into v1 branch (#34)
* Start working on connector refactoring
* Keep refactoring connectors
* Switch to connectors in more places
* Add more TLS support
* Get TLS working
* Fix cluster paths
* Update README
* Update name of tls enabled parameter
* Update README
* Update default kafka version to 2.4.1
* Update kafka-go version and fix tests
* Clean up SASL implementation
* Allow overriding SASL username and password
* Update README and examples
* Update README
* Update README
* Update README
* Update README
* Update README
* Fix sensitive configs
* Fix bugs
* Revert change to balanced extender
* Update to work with latest kafka-go changes
* Fix tests
* Update README restrictions
* Update kafka-go for v1 (#38)
* Update kafka-go version
* Revert "Update kafka-go version"
This reverts commit 32edf5f.
* Revert "Revert "Update kafka-go version""
This reverts commit 13ac457.
* Update kafka-go version
* Update kafka-go version again
* Also push on v1
* Fix pip in CI
* Don't block on test010 for pushing images
* Fix awscli installation
* Fix merge conflicts with master
* Fix README
* Fix bugs in 'get configs' and check cluster IDs
* Update all images to golang 1.16
* Fix describegroups implementation (#42)
* Fix describegroups implementation
* Fix vet error
* Fix another signal
* Update circleci config
* Update kafka-go version
* Update README
* Update version1 parent 3c37625 commit 4eca702
File tree
63 files changed
+3863
-1947
lines changed- .circleci
- cmd/topicctl/subcmd
- examples
- auth
- certs
- topics
- local-cluster
- topics
- pkg
- admin
- apply
- assigners
- rebalancers
- check
- cli
- config
- testdata/test-cluster
- groups
- messages
- util
- version
- zk
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+3863
-1947
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
105 | 207 | | |
106 | 208 | | |
107 | 209 | | |
108 | | - | |
| 210 | + | |
109 | 211 | | |
110 | 212 | | |
111 | 213 | | |
| |||
131 | 233 | | |
132 | 234 | | |
133 | 235 | | |
134 | | - | |
| 236 | + | |
135 | 237 | | |
136 | 238 | | |
137 | 239 | | |
| |||
154 | 256 | | |
155 | 257 | | |
156 | 258 | | |
157 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
158 | 265 | | |
159 | 266 | | |
160 | 267 | | |
161 | 268 | | |
162 | 269 | | |
163 | 270 | | |
164 | | - | |
| 271 | + | |
| 272 | + | |
165 | 273 | | |
166 | 274 | | |
167 | 275 | | |
168 | 276 | | |
| 277 | + | |
| 278 | + | |
169 | 279 | | |
170 | 280 | | |
171 | | - | |
| 281 | + | |
| 282 | + | |
172 | 283 | | |
173 | 284 | | |
174 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
| |||
74 | 68 | | |
75 | 69 | | |
76 | 70 | | |
77 | | - | |
| 71 | + | |
78 | 72 | | |
79 | 73 | | |
80 | 74 | | |
| |||
205 | 199 | | |
206 | 200 | | |
207 | 201 | | |
208 | | - | |
| 202 | + | |
209 | 203 | | |
210 | 204 | | |
211 | | - | |
212 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
213 | 208 | | |
214 | | - | |
| 209 | + | |
215 | 210 | | |
216 | 211 | | |
217 | 212 | | |
218 | 213 | | |
219 | 214 | | |
220 | | - | |
| 215 | + | |
221 | 216 | | |
222 | 217 | | |
223 | 218 | | |
| |||
227 | 222 | | |
228 | 223 | | |
229 | 224 | | |
230 | | - | |
231 | | - | |
232 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
233 | 228 | | |
234 | 229 | | |
235 | 230 | | |
| |||
242 | 237 | | |
243 | 238 | | |
244 | 239 | | |
245 | | - | |
246 | 240 | | |
247 | 241 | | |
248 | | - | |
249 | | - | |
250 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
251 | 249 | | |
252 | | - | |
253 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
254 | 264 | | |
255 | 265 | | |
256 | 266 | | |
| |||
360 | 370 | | |
361 | 371 | | |
362 | 372 | | |
363 | | - | |
| 373 | + | |
364 | 374 | | |
365 | 375 | | |
366 | 376 | | |
| |||
381 | 391 | | |
382 | 392 | | |
383 | 393 | | |
384 | | - | |
385 | | - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
386 | 409 | | |
387 | 410 | | |
388 | 411 | | |
389 | 412 | | |
390 | 413 | | |
391 | 414 | | |
392 | 415 | | |
393 | | - | |
394 | | - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
395 | 464 | | |
396 | 465 | | |
397 | 466 | | |
| |||
0 commit comments