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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Hey all
Im migrating Vertx 3x to Vertx 4x services on kubenetes cluster using hazelcast
Old version was :
-io.vertx:vertx-hazelcast:3.6.0
-group= "com.hazelcast", name= "hazelcast-kubernetes", version= 1.3
And now im trying with :
-io.vertx:vertx-hazelcast:4.5.3
-group= "com.hazelcast", name= "hazelcast-kubernetes", version= "2.2.3"
And i also use a Hazelcast config created from a k8s.xml file :
When deploying my verticle to kube, i go this error : Caused by: com.hazelcast.config.properties.ValidationException: There is no discovery strategy factory to create 'DiscoveryStrategyConfig{properties={namespace=blablabla, service-name=blablabla}, className='com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy', discoveryStrategyFactory=null}' Is it a typo in a strategy classname? Perhaps you forgot to include implementation on a classpath?
So 1st thing i did is ckecking my Jar if i foud
Hazelcast kubernetes and especially this class : HazelcastKubernetesDiscoveryStrategyFactor
And yep shes is the the Jar so i don't really know where this error could came from ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey all
Im migrating Vertx 3x to Vertx 4x services on kubenetes cluster using hazelcast
Old version was :
-io.vertx:vertx-hazelcast:3.6.0
-group= "com.hazelcast", name= "hazelcast-kubernetes", version= 1.3
And now im trying with :
-io.vertx:vertx-hazelcast:4.5.3
-group= "com.hazelcast", name= "hazelcast-kubernetes", version= "2.2.3"
And i also use a Hazelcast config created from a k8s.xml file :
When deploying my verticle to kube, i go this error :
Caused by: com.hazelcast.config.properties.ValidationException: There is no discovery strategy factory to create 'DiscoveryStrategyConfig{properties={namespace=blablabla, service-name=blablabla}, className='com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy', discoveryStrategyFactory=null}' Is it a typo in a strategy classname? Perhaps you forgot to include implementation on a classpath?
So 1st thing i did is ckecking my Jar if i foud
Hazelcast kubernetes and especially this class : HazelcastKubernetesDiscoveryStrategyFactor
And yep shes is the the Jar so i don't really know where this error could came from ?
The text was updated successfully, but these errors were encountered: