ozangunalp / kafka-native

Kafka broker compiled to native using Quarkus and GraalVM.
Apache License 2.0
103 stars 13 forks source link

Upgrade quarkus.native.builder-image to latest #91

Closed robobario closed 1 year ago

robobario commented 1 year ago

Why: The build failed for me when running mvn package -Dnative -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true. The failure was at quarkus-maven-plugin:2.16.5.Final:build (default) @ kafka-server, the graal build crashed with message: Fatal error: Failed while initializing the performance data.

Which appears to be a known issue with 22.3.0 https://github.com/oracle/graal/issues/5303

Fixed for me by upgrading to the latest image