Skip to content

Instantly share code, notes, and snippets.

@pkwarren
pkwarren / Issue5692.java
Created May 10, 2019 19:10
grpc-java issue 5692 example
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.URI;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;