You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea to slightly modify it so that the API can directly access the S3 service without going through the RPC service as an intermediary. This way, when different APIs are launched, they can be directly "bound" to the S3 service, and as long as the APP accesses the same API service, it can use the S3 service normally.
However, this requires starting an API for each S3 service. In our scenario, we have almost completely launched a second instance of OpenIM-Server, except for the following components: zookeeper, mongo, redis, and mysql.
What would you like to share?
老版本(v3.4.0),我测试发现当启用两个 minio 时(对应的 rpc 服务也有两个),发图片消息可能出现 SDK 上传文件过程(如 )使用了不同的 rpc 服务,最终导致消息发送失败。例如 InitiateMultipartUpload 和 CompleteMultipartUpload 方法的执行过程被分配到了不同的 RPC 服务,导致 CompleteMultipartUpload 过程出现“The specified key does not exist.”的错误。
我注意到,在新版本中增加了 setURLPrefix 的代码。但不太确定这些代码的具体作用:
最后,我怎么才能在 v3.4.0 版本上解决这个问题?
Additional information
No response
The text was updated successfully, but these errors were encountered: