grpc-thrift is not yet published to Maven Central. To be able to run this example, you first need to install grpc-thrift to your local Maven repository (~/.m2).

$ pushd ../..
$ ./gradlew :grpc-thrift:install -PskipCodegen=true
$ popd