Optimal project structure for grpc protobuf service
15 views
Skip to first unread message
aniru...@gmail.com
unread,
Apr 20, 2019, 3:37:45 AM4/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I am migrating a REST based service with json serialisation to grpc based service with protobuf serialisation. It is a java service. I’m looking for the optimal project structure for the proto files and how to organise my project.