You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you deploy SonataflowPlatform with ephemeral data index its pod contains some warnings, let's see it as much possible.
2024-06-06 09:24:06,375 sonataflow-platform-jobs-service-5977c8969-hmpkt WARN [io.quarkus.config:-1] (main) Unrecognized configuration key "quarkus.kogito.devservices.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2024-06-06 09:24:08,589 sonataflow-platform-jobs-service-5977c8969-hmpkt WARN [io.quarkus.runtime.configuration.ConfigRecorder:-1] (main) Build time property cannot be changed at runtime:
- quarkus.devservices.enabled is set to 'false' but it is build time fixed to 'true'. Did you change the property quarkus.devservices.enabled after building the application?
2024-06-06 09:24:16,677 sonataflow-platform-jobs-service-5977c8969-hmpkt WARN [io.quarkus.agroal.runtime.AgroalConnectionConfigurer:16] (main) Agroal does not support detecting if a connection is still usable after an exception for database kind: postgresql
2024-06-06 09:24:18,387 sonataflow-platform-jobs-service-5977c8969-hmpkt WARN [io.smallrye.reactive.messaging.provider:51] (main) SRMSG00207: Some components are not connected to either downstream consumers or upstream producers:
- SubscriberMethod{method:'org.kie.kogito.jobs.service.messaging.kafka.v2.KafkaReactiveMessagingEventConsumer#onKogitoServiceRequest', incoming:'kogito-job-service-job-request-events-v2'} has no upstream
- SubscriberMethod{method:'org.kie.kogito.jobs.service.messaging.kafka.KafkaReactiveMessagingEventConsumer#onKogitoServiceRequest', incoming:'kogito-job-service-job-request-events'} has no upstream
When we use knative eventing these logs are produced:
2024-06-13
15:14:33,700 sonataflow-platform-jobs-service-8477596c9f-rpdgw INFO
[io.quarkus.reactivemessaging.http.runtime.HttpCloudEventHelper:105]
(vert.x-eventloop-thread-1) Unrecognized CE attribute
Ce-Knativearrivaltime, assuming extension
The text was updated successfully, but these errors were encountered:
When you deploy SonataflowPlatform with ephemeral data index its pod contains some warnings, let's see it as much possible.
2024-06-06 09:24:16,677 sonataflow-platform-jobs-service-5977c8969-hmpkt WARN [io.quarkus.agroal.runtime.AgroalConnectionConfigurer:16] (main) Agroal does not support detecting if a connection is still usable after an exception for database kind: postgresql
When we use knative eventing these logs are produced:
The text was updated successfully, but these errors were encountered: