Skip to content

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 mentioned this pull request Apr 26, 2024
6 tasks
@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
learnasgo added 3 commits May 3, 2024 22:11
…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
…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]>
@mostafa mostafa closed this in #577 Jul 28, 2024
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