We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like 0.MyService.MyApplication
(currently making Akka .Net run in mesh)
The text was updated successfully, but these errors were encountered:
Correct, 1.MyService.MyApplication would resolve 2nd replica etc.
Sorry, something went wrong.
does not seem so
https://github.com/Azure-Samples/service-fabric-mesh/blob/master/templates/voting/mesh_rp.windows.json this has example of 2 services talking via dns.
repilca :) Dns.GetHostAddresses("0.billing.adventurworks"); System.Net.Sockets.SocketException: 'No such host is known'
i setup akka .net wit a lighthouse node but i want to be able to injct different seednodes based on replica...
arturenault
mattrowmsft
No branches or pull requests
like 0.MyService.MyApplication
(currently making Akka .Net run in mesh)
The text was updated successfully, but these errors were encountered: