Akka.Cluster.Discovery icon indicating copy to clipboard operation
Akka.Cluster.Discovery copied to clipboard

Plugins for Akka.NET seed node management using 3rd party service discovery providers

Results 5 Akka.Cluster.Discovery issues
Sort by recently updated
recently updated
newest added

You can specify namespace and a label selector to use to find pods, as well as annotate pods with akka tcp port (optional).

1. Consul discovery, the settings are: ``` akka.cluster { discovery { provider = akka.cluster.discovery.consul consul { listener-url = "http://127.0.0.1:8500" class = "Akka.Cluster.Discovery.Consul.ConsulDiscoveryService, Akka.Cluster.Discovery.Consul" dispatcher = "consul-dispatcher" alive-interval = 10s alive-timeout...

Hi, Can we hope to have this project support for .NET Standard 2?

``` 03.02.2018 02:51:28.308 ERROR [Akka.Cluster.Discovery.Consul.ConsulDiscoveryService, 944] - Couldn't retrieve collection of nodes from external service. Is current node unreachable? Shutting down... Consul.ConsulRequestException: Unexpected response, status code InternalServerError: rpc error making...

* There is cluster of two nodes, both have `port = 0`. * Run them, everything is OK: ![image](https://user-images.githubusercontent.com/873919/35382028-2314fe5a-01cf-11e8-9d1e-5fa2ec10287f.png) * Restart both nodes ![image](https://user-images.githubusercontent.com/873919/35382077-3e971a28-01cf-11e8-9bae-f09314b67448.png) They are trying to connect to...