-
Updated
May 18, 2022 - Go
load-balancer
Here are 808 public repositories matching this topic...
-
Updated
May 18, 2022 - Go
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headerscriteria are configured, a request is filtered in if it matches both headers and urls. Ifheaderscriteria are NOT configured, the probability options are used.
Describe the solution you'd like
I want to take the URL check when no header is
Your Feature Request
Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a
-
Updated
May 18, 2022 - TypeScript
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:
): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: (byte[])"
<!DOCTYPE html PUBLIC "-//W
-
Updated
Dec 22, 2021 - Go
-
Updated
Jan 28, 2022 - Lua
-
Updated
Nov 2, 2021 - Java
-
Updated
May 18, 2022 - Perl
-
Updated
Apr 3, 2022 - Go
-
Updated
Mar 11, 2019 - Go
-
Updated
Nov 2, 2019 - Python
-
Updated
Oct 10, 2021 - Go
-
Updated
May 17, 2022 - Go
Improve this page
Add a description, image, and links to the load-balancer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the load-balancer topic, visit your repo's landing page and select "manage topics."
Ginkgo fails if some focused test is left in the codebase (FIt, FEntry, etc), avoiding the risk of committing code with focused tests in code that may let us think the CI is good while it's running a subset of tests.