Provide a way to implement CSLB

Open
#62 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api

Research direction

The issue identifies the Dogma constructor as the entry point; start by tracing how its endpoint argument is stored and used. Compare the current single-endpoint form with the requested list form and clarify the intended round-robin or weighted behavior. Done means the client accepts multiple endpoints and distributes traffic according to a defined behavior.

Written by the indexing model from the issue text.

Description

new feature

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")
Dominant language
Python
Stars
21
Forks
11
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from line/centraldogma-python

All issues in line/centraldogma-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.