scott lewis
scott lewis
* Organization:DigitalKosmos (Required) * Location: Chengdu, Sichuan, China(Required) * Contact: [email protected] (Optional) * Purpose:used to [seata-golang](https://github.com/dk-lockdown/seata-golang) for rpc communication
>  > 这种情况啊,第一你用我的task pool,但是最终还是受限于 gxsync.TaskPoolOptions {tQLen, tQNumber, tQPoolSize}; 第二,不用我的task pool,在你的 OnMessage 中快速调用 go,也能实现同样的 业务和网络处理分离,分离参数你自己控制。 这个 taskpool 还有一个问题,add 的 task 方法,需要一个兜底的 defer 去解决 panic,如果没有这个兜底的 defer 的话,task 方法 panic 后,进入 gxruntime.GoSafely...
Supports separate setting of rate limiting rules for CRUD requests. ``` - name: rateLimiterFilter kind: RateLimiterFilter conf: # 1000 requests per second insert_limit: 1000 # 1000 requests per second update_limit:...
very welcome
python sample has moved to https://github.com/CECTC/dbpack-samples/tree/main/python
EntityFrameworkCore and dapper do not support prepared statement, and dbpack depend on it. so, dotnet core sample is unavailable untill efcore or dapper support prepared statement.
dbpack supports distributed transaction coordination for `com_query` requests now, dotnet core is supported. sample: https://github.com/CECTC/dbpack-samples/tree/main/dotnet
The config file was refactored before, now with appid as the base unit, watch `${appid}/listeners`、`${appid}/executors`、`${appid}/datasources`
> Is it to implement all methods of `ShardingAlgorithm`? yes
> Can refer to `NumberMod`? yes, very welcome!