Skip to content

a2kaido/kotlin-springboot-grpc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 23, 2017
f75d3af · Jul 23, 2017

History

7 Commits
Jul 22, 2017
Jul 22, 2017
Jul 22, 2017
Jul 23, 2017
Jul 22, 2017
Jul 23, 2017
Jul 22, 2017
Jul 22, 2017
Jul 22, 2017

Repository files navigation

kotlin-springboot-grpc-sample

KotlinでSpringbootでgRPCするよ

動作確認

  • サーバー起動
./gradlew clean generateProto bootRun
  • クライアントから叩く
echo "{'name': 'world'}" | java -jar ~/polyglot.jar --command=call --endpoint=localhost:6565 --full_method=helloworld.Greeter/SayHello --proto_discovery_root=src/main/proto/ --use_tls=false

gRPCクライアントツール

https://github.com/grpc-ecosystem/polyglot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published