大鸡腿

Results 6 issues of 大鸡腿

基于gateway灰度方案,如果网关有新功能需要上线,比如说api限流,网关需要重启 这样的话,网关如果重启的话,服务就不可用了。 那么网关如何动态更新?

springboot 2.6.6 springcloud-gateway 3.1.1 DefaultDiscoveryEnabledAdapter 继承DiscoveryEnabledAdapter,在框架里头已经不存在了 低版本网关依赖ribbon实现负载,高版本的时候是依赖loadBalance去负载 这个有解决方案?

由于开发者的疏忽,将mock代码提交到生产环境,对此框架有没有对环境变量或者开关类做限制呢?

### Your question com.alipay.remoting.rpc.protocol.RpcRequestProcessor#process As shown in the code on the left, "executor.execute(new ProcessTask(ctx, cmd))" inserts the result into the response future through the thread pool. In high concurrency scenarios,...

discussion

### Your question 1. 我在看服务发布源码的时候,发现是刷新到data-server内存中,并没有进行落库,但是数据表里面又有app_revision表,以及监听最大id进行兜底更新 我的问题:是不是在哪个方法会将内存数据刷到数据库?目前我是没有找到 2. 框架里面大量taskmap进行解耦,存在节点宕机之后任务丢失的问题,有没有对应的处理方案

在高并发下,对RocksDB 处理出现数据不一致问题 ``` @SneakyThrows @Test public void test() throws RocksDBException { System.out.println(getLastIndex()); System.out.println(get(getLastIndex())); System.out.println("-------begin--------"); int i = 0; while (i < 10) { int finalI = i; CompletableFuture.runAsync(() -> {...