Using Spring Boot together with gRPC and Protobuf

后端 未结 6 1876
傲寒
傲寒 2021-01-31 02:30

Anyone having any examples or thoughts using gRPC together with Spring Boot?

6条回答
  •  孤独总比滥情好
    2021-01-31 03:04

    Starting from https://spring.io/blog/2015/03/22/using-google-protocol-buffers-with-spring-mvc-based-rest-services, then
    take a look at SPR-13589 ProtobufHttpMessageConverter support for protobuf 3.0.0-beta4 and related SPR-13203 HttpMessageConverter based on Protostuff library

    That is some support for proto3 is coming in Spring 5. As it is under development one is encouraged to vote and raise what is important for their project.

提交回复
热议问题