kafka-ui
kafka-ui copied to clipboard
Multiple protobuf schema files
Discussed in https://github.com/provectus/kafka-ui/discussions/2249
Originally posted by m-kay July 6, 2022 According to the docs it is only possible to configure one schema file. However I have multiple schema files each with a different package so I'm not even able to merge them into a single file since only one package is possible per file. Do you have any idea how I could configure kafka-ui to use multiple schema files?
@m-kay hey, unfortunately, that's currently not possible to have multiple protobuf files, but we'll implement this in the future. Thanks for the suggestion!
related #2228