Golang RPC framework for building microservices with high performance
Golang RPC framework for microservices
kitex$ kitex -module example.com/myservice ./idl/service.thrift$ kitex -module example.com/api -out ./generated ./proto/api.thrift$ kitex -module example.com/service -type protobuf ./proto/service.proto