mertdotcc opened a new issue, #4171: URL: https://github.com/apache/camel-k/issues/4171
This is not an issue/bug per se, but me sharing my observations and opening up a discussion. Right now when we enable `fast-jar`, we don't give any indication regarding there being 2 images (one native and one non-native) being built. Or when the non-native image is built first and the pod gets deployed but the native image keeps getting built, no indication of that. And finally, when the native image is ready, the promotion from non-native to native happens but we still give no indication of that. (I am referring to `Integration` and `IntegrationKit` phases and not the operator logs.) Can we bring in 2-3 more integration phases to make these events more verbose and give a better developer experience? [Here](https://github.com/apache/camel-k/blob/6f0037aef8a87d56509f2168cb510cd08d564d46/pkg/apis/camel/v1/integration_types.go#L149) we could add new integration phases such as `BuildingNativeAndNonNative`, `NonNativeIsRunningNativeBuildInProgress`, and `PromotingToNativeImage` - excuse my dreadfully long and uncreative phase suggestions. 🥲 Having such verbose events could technically help with all sorts of metrics and monitoring operations and the end-users wouldn't have to go through the operator logs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org