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
The moqui-hazelcast component encapsulates the relevant configurations of K8S, but we tested it and found it ineffective due to the lack of jar packages. Currently, moqui-hazelcast only references "com. hazelcast: hazelcast-all: 4.0.2", but in fact, "hazelcast-all" only supports "hazelcast-kubernetes" from version 5.0,
So:
If you continue to use 4.0.2, you need to introduce "hazelcast-kubernetes" again, otherwise this function will not be used correctly.
2. Upgrade 'hazelcast-all' to 5.0 or higher
The moqui-hazelcast component encapsulates the relevant configurations of K8S, but we tested it and found it ineffective due to the lack of jar packages. Currently, moqui-hazelcast only references "com. hazelcast: hazelcast-all: 4.0.2", but in fact, "hazelcast-all" only supports "hazelcast-kubernetes" from version 5.0,
So:
If you continue to use 4.0.2, you need to introduce "hazelcast-kubernetes" again, otherwise this function will not be used correctly.
2. Upgrade 'hazelcast-all' to 5.0 or higher
Reference link: https://github.com/hazelcast/hazelcast-kubernetes
The text was updated successfully, but these errors were encountered: