You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/11/17 09:27:04 UTC

[GitHub] [servicecomb-java-chassis] xuzhiweiand opened a new issue, #3484: 边缘服务场景在ClientRestArgsFilter类转换请求对象时会丢失为null的字段

xuzhiweiand opened a new issue, #3484:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3484

   RestCodec.argsToRest(invocation.getArgs(), swaggerRestOperation, restClientRequest);
   
   
   ![截图](https://user-images.githubusercontent.com/8299162/202406201-756348e9-5cf5-4794-a3b7-41f1a78bf6eb.PNG)
   


-- 
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: commits-unsubscribe@servicecomb.apache.org.apache.org

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


[GitHub] [servicecomb-java-chassis] xuzhiweiand commented on issue #3484: 边缘服务场景在ClientRestArgsFilter类转换请求对象时会丢失为null的字段

Posted by GitBox <gi...@apache.org>.
xuzhiweiand commented on issue #3484:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3484#issuecomment-1319482702

   > 
   
   问一下,普通的RPC调用时,为空的字段是否会被丢弃啊?转换的逻辑和边缘服务是否一致啊。


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3484: 边缘服务场景在ClientRestArgsFilter类转换请求对象时会丢失为null的字段

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #3484:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3484#issuecomment-1318660935

   可以看下: https://github.com/apache/servicecomb-java-chassis/issues/3485  edge service不保证和前台传递的json完全一致, 只保证 swagger 语义得到满足。 


-- 
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: commits-unsubscribe@servicecomb.apache.org

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