Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way to implement CSLB #62

Open
hexoul opened this issue Feb 27, 2025 · 0 comments
Open

Provide a way to implement CSLB #62

hexoul opened this issue Feb 27, 2025 · 0 comments

Comments

@hexoul
Copy link
Collaborator

hexoul commented Feb 27, 2025

Motivation

  • Sometimes there is a need to distribute traffics on client side like round-robin or weighted load balancing.
  • At least, making endpoint of Dogma a list would be a good first step.
    • AS-IS: Dogma("https://dogma.yourdomain.com", "token")
    • TO-BE: Dogma(["http://10.0.0.1", "http://10.0.0.2", "http://10.0.0.3"], "token")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant