Re: [QUESTION] Usage of `kogito-data-index-ephemeral-nightly:latest` during quarkus:dev

2024-05-10 Thread Pere Fernandez (apache)
I think the ephemeral data-index is started as a part of the kogito runtime devservices. I think the image name can be changed by setting the `kogito.devservices.imageName` config (or with QUARKUS_KOGITO_DEVSERVICES_IMAGE_NAME env). Here some classes you may find interesting: -

[QUESTION] Usage of `kogito-data-index-ephemeral-nightly:latest` during quarkus:dev

2024-05-09 Thread Tiago Bento
Hi everyone, As we're testing publishing the `jbpm` and `sonataflow` Quarkus Dev UIs from `kie-tools`, I'm learning a little bit more of our internals. I'm running `mvn quarkus:dev` at https://github.com/apache/incubator-kie-tools/tree/main/examples/drools-process-usertasks-quarkus-example, and