-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
-
Workaround Exists
-
-
---
-
---
-
-
-
2023 Week 21-23 (from May 22)
When running the kogito-example timeouts-showcase-extended
this issue happens: with the service discovery pointing to kogito.service.url=knative:services.v1.serving.knative.dev/timeouts-showcase/timeouts-showcase-extended
this issue happens:
2023-05-30 14:44:58,943 WARN [org.kie.kog.add.qua.kna.eve.KnativeEventingConfigSourceFactory] (main) K_SINK variable is empty or doesn't exist. Please make sure that this service is a Knative Source or has a SinkBinding bound to it.
2023-05-30 14:44:58,957 ERROR [org.kie.kog.add.qua.k8s.con.KubeDiscoveryConfigCache] (main) Service Discovery has failed on property [kogito.service.url=knative:services.v1.serving.knative.dev/timeouts-showcase/timeouts-showcase-extended]: java.lang.UnsupportedOperationException: You need to define a KubernetesServiceCatalog implementation
at org.kie.kogito.addons.k8s.resource.catalog.DefaultKubernetesServiceCatalog.getServiceAddress(DefaultKubernetesServiceCatalog.java:25)
at org.kie.kogito.addons.quarkus.k8s.config.KubeDiscoveryConfigCacheUpdater.update(KubeDiscoveryConfigCacheUpdater.java:35)
at org.kie.kogito.addons.quarkus.k8s.config.KubeDiscoveryConfigCache.lambda$get$0(KubeDiscoveryConfigCache.java:40)
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705)
at org.kie.kogito.addons.quarkus.k8s.config.KubeDiscoveryConfigCache.get(KubeDiscoveryConfigCache.java:40)
at org.kie.kogito.addons.quarkus.k8s.config.ConfigValueExpander.expand(ConfigValueExpander.java:35)
- relates to
-
KOGITO-9270 Remove KOGITO_VERSION env from Quarkus Extension
- Open