moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 199 forks source link

An issue with the support of the Moqui-hazelcast component for Kubernetes #594

Open daiagou opened 1 year ago

daiagou commented 1 year ago

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.

  1. Upgrade 'hazelcast-all' to 5.0 or higher

Reference link: https://github.com/hazelcast/hazelcast-kubernetes