2

in WCF, I can create a udp endpoint discovery to allow client finding the service without knowing the endpoint addresses.

Is there a similar approach using restful servicestack so that the client could discovered the end point address using some kind of discovery detection ?

Turbot
  • 5,095
  • 1
  • 22
  • 30
  • Thanks for quick reply from the author of ServiceStack, I'd create a [feature request](http://servicestack.uservoice.com/forums/176786-feature-requests/suggestions/6422197-endpoint-configuration-discovery) – Turbot Sep 11 '14 at 06:35

1 Answers1

2

with the introduction of the ServiceGateway, there are now two options for Service Discovery.

ServiceStack.Discovery.Consul

ServiceStack.Discovery.Redis

Scott Mackay
  • 1,194
  • 10
  • 34