uber-common / cadence-samples

Other
191 stars 92 forks source link

Changed gRPC protocol to thrift by default #65

Open paalgyula opened 1 year ago

paalgyula commented 1 year ago

By default these samples uses gRPC protocol which is not exposed by the default cadence-server's docker configuration. I've written some code to provide thrift/gRPC examples with build tags and set thrift as the default protocol/port.

The reason of this pull request is to provide an easy way to try cadence, because right now the samples wont run with the provided deafult config.