publicServer.bindAsync(
    GRPC_HOST_PUBLIC,
    ServerCredentials.createInsecure(),
    () => {
      publicServer.start();