AlbumenJ commented on issue #11129: URL: https://github.com/apache/dubbo/issues/11129#issuecomment-1350573110
protobuf serialization 在 3.x 里面移到这里了 https://github.com/apache/dubbo-spi-extensions/tree/master/dubbo-serialization-extensions/dubbo-serialization-protobuf 加下依赖就可以 ```xml <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-protobuf</artifactId> <version>1.0.1</version> </dependency> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
