Results 9 comments of JiaShiwen

This is the feature I need

目前还不支持

I have implemented this by modifying sdk/s3/src/operation/upload_part/builders.rs to add a new function send_with_plugins. The modification code is as follows: ``` impl UploadPartFluentBuilder { pub async fn send( self, ) ->...

我的意思是,上述程序输出结构如下 ``` >>>>> Cipher in use from rbatis: Ok(Array([Map({String("Value"): String(""), String("Variable_name"): String("Ssl_cipher")})])) ``` 而实际输出结果如下 ``` |Variable_name|Value | |-------------|-----------------------------| |Ssl_cipher |ECDHE-ECDSA-AES128-GCM-SHA256| ``` 数组只有表头,没有数据,准确的说是Value,没有数据或是没有被解析

A hashmap may be needed to provide the function of custom fields, and some access may require

use golang.org/x/net/icmp replace syscall mybe can resolve this problem,but i don know how to do this

官方能否给出完整的工程例子?

双向同步看似是个好功能但在实际生产中易造成数据混淆,而且涉及冷启动问题,运维也很麻烦,双数据中间交叉同步应用只读对端同步数据可能更靠谱一些