白泽

Results 32 issues of 白泽

https://github.com/redisson/redisson/blob/dcab532b84530f5c64db10826bf8bab03d957568/src/main/java/org/redisson/RedissonBloomFilter.java#L163-L165 If we modify bloomfilter's config in redis, it will make `contains` function cycling constantly.

question

### Is your feature request related to a problem? Please describe. I like get next or pervious history command by using ctrl-n and ctrl-p. I believe many people just like...

enhancement

See https://github.com/istio/istio/issues/36864 Adding an option on virtual service's spec. if the field is true, istio will be not resolve short name to FQDN. Denstation rule is the same.

ok-to-test
size/S
needs-rebase

(NOTE: This is used to report product bugs: To report a security vulnerability, please visit To ask questions about how to use Istio, please visit ) **Bug description** To run...

area/test and release

**What would you like to be added**: I want to discuss protocol conversion at here. It is very common on many gateways. For example gloo edge has [a grpc-to-rest feature](https://docs.solo.io/gloo-edge/latest/guides/traffic_management/destination_types/grpc_to_rest/)....

kind/feature
help wanted
lifecycle/frozen

# Environment: tinygo version: 0.30.0 operating System: macOS architecture: aarch64 # Description: Compilation brakes with an undefined C._Bool # Steps to reproduce: Given the following Go-code: ``` package main /*...

duplicate
next-release

I tested sample in k8s with v1.9.2 knative. Errors have occurred. ``` ➜ samples git:(main) tm deploy FATA[17:22:29] yaml: unmarshal errors: line 14: field events not found in type file.Function...

**问题背景** 场景一: 在多集群环境中,当要被调用的服务不在本集群中,如果不开启 smart dns,请求调用时会解析 host 失败。 场景二: istio serviceentries 也是依赖 smart dns 解析的 host 这两种场景开启 lazyload 模式都会导致请求 host 解析失败。 **您想要的解决方案** ## 基本方案 在集群中有一个辅助域名服务,能解析所有集群的 svc host 与 service entries, 并添加到默认的...

**问题背景** OutlierDetection 是异常检测配置,在多 region 环境中,我们遇到的问题是开启 locality 负载均衡功能时,如果在 DR 中没有配置 OutlierDetection,那么请求会根据轮训的策略负载到另一个 region 的 global sidecar ,这个不是我们想要期望的。 **您想要的解决方案** 能配置 global sidecar 的 outlier detection **您考虑过的替代方案** **额外的上下文**

**问题描述** 跟随文档[安装 slime](https://github.com/slime-io/slime/blob/master/staging/src/slime.io/slime/modules/lazyload/lazyload_tutorials_zh.md#%E5%AE%89%E8%A3%85-slime-boot) 失败 原因: 获取 tag 接口被限流 ![image](https://github.com/slime-io/slime/assets/5486149/c51950f2-e77b-48ee-80a3-80990ed94b5c) **影响的子模块(在下面列表中打'X')** - [ ] 配置懒加载 - [ ] 插件管理 - [ ] 智能限流 - [ ] 注册仓库 - [X] 安装Boot **重现问题的步骤**

bug