akka-java-cluster-openshift icon indicating copy to clipboard operation
akka-java-cluster-openshift copied to clipboard

An Akka Java cluster OpenShift demo application

Results 14 akka-java-cluster-openshift issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.9&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

### Problem Description Kubernetes has been deprecating API(s), which will be removed and are no longer available in 1.22. Operators projects using [these APIs](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22) versions will **not** work on Kubernetes...

Bumps `jackson.version` from 2.9.9 to 2.12.1. Updates `jackson-core` from 2.9.9 to 2.12.1 Commits 67a2970 [maven-release-plugin] prepare release jackson-core-2.12.1 2649dd4 Prepare for 2.12.1 release 1e30c8c ... aa54f0a javadocs, javadocs e5cbda2 More...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Would it be interesting to have this in Scala with Akka Typed? I was working on something like this in the past days, brought it almost to conclusion and so...

Bumps `jackson.version` from 2.9.9 to 2.10.1. Updates `jackson-core` from 2.9.9 to 2.10.1 Commits - [`60956fc`](https://github.com/FasterXML/jackson-core/commit/60956fccd24d6bdb66abb3182cb2234122039b7a) [maven-release-plugin] prepare release jackson-core-2.10.1 - [`05a025d`](https://github.com/FasterXML/jackson-core/commit/05a025d16b32bf69184811dcebae9e000a56e0cb) ... - [`81a9952`](https://github.com/FasterXML/jackson-core/commit/81a9952a681f6f6e1fab6fa5216749cf75f4a7e9) prepare for 2.10.1 - [`ce0d5e1`](https://github.com/FasterXML/jackson-core/commit/ce0d5e10ddb290cdc6b107805fb15b5eed97f5f3) revert...

dependencies

By default, Java will use a max heap size of 25% of the available system memory. So, let's say you're using n1-standard-4 compute nodes on GCE, system memory available to...

Generally it's not a good idea to hard code namespaces in yaml specs. This allows the demo specs to be deployed, unmodified, to any namespace, simply by running: ``` kubectl...

Generally, you shouldn't start cluster sharding or any features that depend on a cluster until a cluster has been formed, otherwise, you tend to find lots of spurious errors in...

Akka management provides health checks, this will ensure, for example, that no requests are routed to a pod until it's joined the cluster.