Skip to content

a2kaido/kotlin-springboot-grpc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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