v2.12.0
What's Changed
TLS
support added: All nodes must share the same root Certificate Authority (CA) to ensure a successful handshake. One need to provide when creating the actor system with TLS support both server and client TLS config to ensure successful communication amongst nodes. Refer to the readme section about TLS to see how to enable it.WithRemoting
is deprecated in favor of a new methodWithRemote
which provide better remoting configuration.ClusterConfig
comes with a new setting:WithKVStoreSize
- helps set the key/value storage size. The default value is 20MB
Full Changelog: v2.11.1...v2.12.0