d-rk
d-rk
Hey @placaze Thank you for reporting. The solution is probably just to avoid fetching systemCerts for Windows somewhere here: https://github.com/deviceinsight/kafkactl/blob/master/internal/common-operation.go#L217
@placaze this will be fixed with https://github.com/golang/go/commit/3544082f75fd3d2df7af237ed9aef3ddd499ab9c and will probably be available with go 1.18. So we will just wait for this.
Hi @ievgenii-shepeliuk, I'm sorry but I don't see what you are aiming at. Since we already support avro schemas, can you elaborate a bit on what extension you propose? Cheers
Hey @eshepelyuk we are using https://github.com/linkedin/goavro for the avro de/serialization. If you want to omit fields in the json you can specify a default in the schema: ``` { "name":...
Hey @eshepelyuk I saw that the latest [goavro version](https://github.com/linkedin/goavro/releases/tag/v2.11.0) supports ingesting standard json directly instead of avro json format. I already tested it out, but sadly it only works for...

Hey @gurchenkov , Replication Factor is a property of a partition. Theoretically, it can therefore differ in a topic. Currently you can do one of the following: ```bash # displays...
@gurchenkov we also do not have any usecases where using different replication factors for a single topic is used and I don't know about any. The structure how kafkactl displays...
Hey @nanic thank you for the PR. Can you please add tests for your change? Have a look here: https://github.com/deviceinsight/kafkactl/blob/main/.github/contributing.md#testing-your-changes You can probably derive your tests from one of the...
Hi @xakep666, generally I would appreciate this to be implemented. But I don't want to sacrifice disabled cgo for such a small thing, because enabling cgo will probably lead to...