SparkandScala opened a new issue #9611: URL: https://github.com/apache/dubbo/issues/9611
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here hello: I defined the service API interface with IDL, but the parameter received by the Provider is null; ## Service config spring.profiles.active=local server.port = 8081 spring.application.name=xxxxxxx recommend.service.version=1.0.0 management.endpoint.health.show-details=always management.server.ssl.enabled=false ## dubbo config dubbo.scan.base-packages=com.mx.yoho.coordination dubbo.protocol.name=dubbo dubbo.protocol.port=8082 dubbo.registry.address=zookeeper://127.0.0.1:2181 dubbo.registry.file=${user.home}/dubbo-cache/${spring.application.name}/dubbo.cache do i need add the config "dubbo.protocol.serialization=protobuf" in the properties file ? i have try to add it, will meet more serialization issue. -- 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]
