Skip to content

Instantly share code, notes, and snippets.

@thiagoloureiro
Created November 26, 2017 12:43
Show Gist options
  • Save thiagoloureiro/bf8719bbddd9f7624ff07d35ec3e4346 to your computer and use it in GitHub Desktop.
Save thiagoloureiro/bf8719bbddd9f7624ff07d35ec3e4346 to your computer and use it in GitHub Desktop.
private static void DiscoverService()
{
var instance = Cluster.FindServiceInstanceAsync("customers").Result;
Console.WriteLine($"{instance.Address} {instance.Port}");
Console.ReadLine();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment