You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "xorange1997 (via GitHub)" <gi...@apache.org> on 2023/05/21 06:28:11 UTC

[GitHub] [dubbo] xorange1997 opened a new issue, #12360: 文件上传

xorange1997 opened a new issue, #12360:
URL: https://github.com/apache/dubbo/issues/12360

   作者,您好,目前有个java文件上传接口问题请教一下:请求是从A服务的servlet进入的,进入到A之后需要远程调用B服务完成文件上传,因为文件上传的逻辑在B服务,目前很多方式都是将文件读成byte[],然后进行远程调用,但是对于文件上传,这样感觉不大好。请问一下有相关demo或者建议的处理方式吗?


-- 
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.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


Re: [I] 文件上传 [dubbo]

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12360:
URL: https://github.com/apache/dubbo/issues/12360#issuecomment-1987518244

   No news is good news. Please feel free to create a new issue if you have any question.


-- 
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


Re: [I] 文件上传 [dubbo]

Posted by "Alleninggx (via GitHub)" <gi...@apache.org>.
Alleninggx commented on issue #12360:
URL: https://github.com/apache/dubbo/issues/12360#issuecomment-1987518581

   邮件已收到!


-- 
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


[GitHub] [dubbo] Alleninggx commented on issue #12360: 文件上传

Posted by "Alleninggx (via GitHub)" <gi...@apache.org>.
Alleninggx commented on issue #12360:
URL: https://github.com/apache/dubbo/issues/12360#issuecomment-1556542634

   可以考虑分片上传,S3规范的对象存储都支持合并文件


-- 
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


[GitHub] [dubbo] xorange1997 commented on issue #12360: 文件上传

Posted by "xorange1997 (via GitHub)" <gi...@apache.org>.
xorange1997 commented on issue #12360:
URL: https://github.com/apache/dubbo/issues/12360#issuecomment-1556371140

   > 为什么不能在 A 直接进行文件处理,或者是说用户的请求直接进入到 B。
   
   因为想要一个统一的入口,A就类似于一个网关的作用。


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #12360: 文件上传

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12360:
URL: https://github.com/apache/dubbo/issues/12360#issuecomment-1556112304

   通常这种情况下是建议通过 RPC 生成上传的临时 token,然后通过一个独立的文件上传功能直接上传。
   


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #12360: 文件上传

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12360:
URL: https://github.com/apache/dubbo/issues/12360#issuecomment-1556112200

   为什么不能在 A 直接进行文件处理,或者是说用户的请求直接进入到 B。


-- 
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


Re: [I] 文件上传 [dubbo]

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ closed issue #12360: 文件上传
URL: https://github.com/apache/dubbo/issues/12360


-- 
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