swxEmily

Results 4 issues of swxEmily

**Motivation** **Feature** our system use ARM and AMD64, falco do not support ARM as default, need to build from code which cost many work **Alternatives** **Additional context**

kind/feature

### Steps to Reproduce 1. 自定义流控handler:provider-service-handler 2. Edge服务配置Provider handler对所有待转发的请求(转发至多个不同微服务)进行流控控制 ### Expected Behavior 自定义流控未执行 ### Servicecomb Version 2.9.0 ### Additional Context AbstractRestInvocation中checkQpsFlowControl只能执行CSE自带的ProviderQpsFlowControlHandler,不能执行自定义的流控handler,且函数为private,也不能通过自定义子类覆盖 `private Holder checkQpsFlowControl(OperationMeta operationMeta) { Holder qpsFlowControlReject = new...

bug

https://github.com/opensearch-project/logstash-output-opensearch/pull/267 resolved redundant depencies When to release a new version? @ph

enhancement

### What is the bug? _A clear and concise description of the bug._ OpenSearchGenericClient.withTransportOptions(TransportOptions transportOptions).execute(Request request) create a new OpenSearchGenericClient in every execution. ### How can one reproduce the bug?...

bug