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

Enable multi-pool client connections #512

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

likecodingloveproblems
Copy link
Contributor

@likecodingloveproblems likecodingloveproblems commented Apr 16, 2024

Server proxy convert to proxies as an array of IProxy, Some method helper to get the get ther server's proxy of the given connection implemented, now it loops over all the proxies, but we can have connections as a map in the server.

distribution strategy base behaviour implemented

Ticket(s)

Description

Related PRs

Development Checklist

  • I have added a descriptive title to this PR.
  • I have squashed related commits together.
  • I have rebased my branch on top of the latest main branch.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have added docstring(s) to my code.
  • I have made corresponding changes to the documentation (docs).
  • I have updated docs using make gen-docs command.
  • I have added tests for my changes.
  • I have signed all the commits.

Legal Checklist

@mostafa mostafa marked this pull request as draft April 28, 2024 15:40
@likecodingloveproblems likecodingloveproblems force-pushed the enable-multi-pool-client-connection branch 3 times, most recently from 5c28d2c to ebeb6d3 Compare May 3, 2024 18:40
…lper to get the get ther server's proxy of the given connection implemented, now it loops over all the proxies, but we can have connections as a map in the server.

distribution strategy base behaviour implemented

Signed-off-by: mam <[email protected]>
Busy connections map added to server to store connection's related proxy
Some bugs in NewServer solved related to distribution strategy

Signed-off-by: mam <[email protected]>
@likecodingloveproblems likecodingloveproblems force-pushed the enable-multi-pool-client-connection branch from ebeb6d3 to ff13732 Compare May 3, 2024 18:41
@gatewayd-io gatewayd-io deleted a comment from github-actions bot May 3, 2024
@mostafa
Copy link
Member

mostafa commented Jun 6, 2024

@likecodingloveproblems

Do you think you can continue working on this or should I take it from here?

@mostafa mostafa linked an issue Jun 20, 2024 that may be closed by this pull request
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable multi-pool client connections
3 participants