Skip to content

Instantly share code, notes, and snippets.

@sambott
Created March 27, 2017 09:04
Show Gist options
  • Save sambott/38179729243721f527c5a335fd598954 to your computer and use it in GitHub Desktop.
Save sambott/38179729243721f527c5a335fd598954 to your computer and use it in GitHub Desktop.
$ ./sample-client/target/universal/stage/bin/demo-client grpc-demo.dev.bott.tech 11235
2017-02-12 10:39:09 [main] INFO com.winton.DemoClient$ - Creating client
Feb 12, 2017 10:39:09 AM io.grpc.internal.ManagedChannelImpl <init>
INFO: [ManagedChannelImpl@6b927fb] Created with target grpc-demo.dev.bott.tech:11235
2017-02-12 10:39:09 [main] INFO com.winton.DemoClient$ - Client Created
2017-02-12 10:39:09 [main] INFO com.winton.DemoClient$ - calling: getMessage(A Message!)
2017-02-12 10:39:09 [ForkJoinPool-1-worker-5] INFO com.winton.DemoClient$ - Received: Hi! You just sent me A Message!
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment