The Wayback Machine - https://web.archive.org/web/20220710063720/https://github.com/topics/loadbalancing
Skip to content
#

loadbalancing

Here are 126 public repositories matching this topic...

sunhao-java
sunhao-java commented Jun 9, 2022

Description

  1. When I am using APISIX_PROFILE, if a value is assigned, it will be displayed as follows
    a. config-dp.yaml
    b. config-cp.yaml
    c. ...[others]
  1. However, when I don't do the assignment, I expect to be config.yaml, but I actually get config-.yaml.
  2. It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
good first issue
AlinsRan
AlinsRan commented Jul 4, 2022

background

In the current project's e2e, a lot of time.sleep is used. This will undoubtedly increase the overall time-consuming of CI.

https://pkg.go.dev/k8s.io/apimachinery/pkg/util/wait package provides tools for polling or listening for changes to a condition.

We can replace the current time.sleep with wait for a more elegant way of determining whether our desired state has be

Improve this page

Add a description, image, and links to the loadbalancing 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 loadbalancing topic, visit your repo's landing page and select "manage topics."

Learn more