gatewayd
gatewayd copied to clipboard
Enable multi-pool client connections
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-docscommand. - [ ] I have added tests for my changes.
- [ ] I have signed all the commits.
Legal Checklist
- [ ] I have read the CONTRIBUTING document.
- [ ] I have read and understood the Code of Conduct.
- [ ] I have read and agreed to the Apache CLA (required).
- [ ] I have read and agreed to the LICENSE (required).