Does the native image configuration of extensions only apply to Quarkus ? #34451
-
I'm sorry this question may not be very relevant to the quarkus community. I recently tried to use a native image to compile my project, but I was confused by how to configure it. So I have a question that I'd like to ask. Thank you in advance for your time and assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not sure what you are asking for? The extensions and build time optimisations only apply for quarkus apps. If you mean if you take the generated config manually apply it you probably will see it work for most cases assuming you use the same grpcapis. But we can't guarantee it. ... But what makes it you can't use quarkus with grpc? |
Beta Was this translation helpful? Give feedback.
Not sure what you are asking for? The extensions and build time optimisations only apply for quarkus apps.
If you mean if you take the generated config manually apply it you probably will see it work for most cases assuming you use the same grpcapis.
But we can't guarantee it.
... But what makes it you can't use quarkus with grpc?