You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/12 07:36:44 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #9359: 请教关于issues#6899 设置generic参数的问题

AlbumenJ commented on issue #9359:
URL: https://github.com/apache/dubbo/issues/9359#issuecomment-1312399557

   > 这么改的话会有问题的,假设我在consuemr端直接设置reference.setGeneric("protobuf-json"),还是会被provider 的false所覆盖。那么protobuf-json就无法传到服务端,除非重新自己再设置invocation.setAttachment( GENERIC_KEY, “protobuf-json”); @AlbumenJ 麻烦看一下,谢谢。
   
   @ChaneXiaoWang consumer 端配置 `reference.setGeneric("protobuf-json")` 是一个消费端泛化的行为,这个时候服务端是不应该传递 `generic` 的 key 到 consumer 的。


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org