dajudge/kafkaproxy

Provide native binary of kafkaproxy for cloud native usage

alfsch opened this issue · 0 comments

Currently the docker images are graalvm based. These images are very huge and memory consuming. Also the startup-time with about one second is very high for cloud native usage.

Since kafkaproxy app is already based on the quarkus framework it's possible to create a native image to reduce the memory consumption about ten times. Also the startup times could be in regions about 50 ms.