Skip to content
#

circuit-breaker

Here are 377 public repositories matching this topic...

onewe
onewe commented May 9, 2022

Hey, I found a little problem. if I configure a data-id without file extensions in extension-configs , but config content type is yaml. then there is a proble, configuration is invalid. because the configuration is parsed by properties. so I want to add fileExtension field in NacosConfigProperties.Config.

我发现一个小问题, 如果在extension-configs里的data-id没有带文件后缀,并且配置内容格式是yaml或者其他类型,那么这个配置就

huangtao2016
huangtao2016 commented Apr 8, 2022

Issue Description

Type: bug report or feature request

抱歉再问下,当前在GrpcServer注册SentinelGrpcServerIntercepter,想

  1. 定制拦截器的资源Entry;
  2. 动态定制限流的qps;
    这个可以怎么做呢
    看到该Intercepter源码里保护的资源是MethodName
kind/enhancement good first issue area/integrations

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

  • Updated Mar 20, 2022
  • C#
akaxb
akaxb commented Dec 10, 2020

Describe the bug

A clear and concise description of the bug.
when my asp.net core 3.1 app host in IIS, the url console is 127.0.0.1,so,when i have Multiple instances,the instances name will be the same,such as 127.0.0.1:svaname:port,eureka server think they are a single instance.
i print the console in source code:
![image](https://user-images.githubusercontent.com/6300834/101754289-8ad92

Type/bug help wanted good first issue Component/Discovery

Improve this page

Add a description, image, and links to the circuit-breaker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circuit-breaker topic, visit your repo's landing page and select "manage topics."

Learn more