lvhongfen commented on issue #1901: dubbo invoke a method has 
:HessianProtocolException: '�' is an unknown code
URL: 
https://github.com/apache/incubator-dubbo/issues/1901#issuecomment-395661977
 
 
        <!-- 消费方应用信息,用于计算依赖关系 -->
       <dubbo:application name="${greenline.dubbo.application.name}" />
       <!-- 使用zookeeper注册中心暴露服务地址 -->
       <dubbo:registry address="${greenline.dubbo.registry.address}"/>
       <!-- 自定义 filter 默认在内置 filter 之后-->
       <dubbo:consumer filter="default,consumerDubboFilter" />
       <!-- 文件服务接口 -->
       <dubbo:reference id="kanoFileService" 
interface="com.greenline.kano.service.share.file.KanoFileService" 
check="false"/>
   
   
   this is my XML ,How to set overloadEnabled=true ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to