[akka-user][deprecated] Re: [akka-user] Disable hostname verification

2018-12-11 Thread Kenny Karosy
I have a single use case where I'm calling *Http().singleRequest* and I'd like to disable the host verification. I've tried: val badSslConfig: AkkaSSLConfig = AkkaSSLConfig().mapSettings(s => s.withLoose(s.loose.withDisableSNI(true))) val badCtx: HttpsConnectionContext =

[akka-user][deprecated] Subscribe to sharding events?

2018-12-11 Thread Asko Saura
Hello, I'm trying to monitor cluster-sharding. In particular, I'd like to detect rebalance operations when they happen. Using a.c.s.DDataShardCoordinator. The cluster-events subscription model perhaps has a sharding counterpart? See