kroxylicious / kroxylicious

An open-source network proxy framework for Apache Kafka
https://kroxylicious.io
Apache License 2.0
131 stars 45 forks source link

Refactor: Separate the config api classes from the parser classes #638

Open tombentley opened 1 year ago

tombentley commented 1 year ago

io.kroxylicious.proxy.config contains a mixture of configuration api classes (with Jackson data binding) and other non-api classes (like the parser). We should separate the api itself from the other code by adding io.kroxylicious.proxy.config.api.

gracegrimwood commented 12 months ago

Triaged 1 Nov 2023 - @tombentley will work on this.