-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feature: enable multi pool client connections #577
Merged
mostafa
merged 15 commits into
gatewayd-io:main
from
sinadarbouy:feature/enable-multi-pool-client-connections
Jul 28, 2024
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
585ed7f
Implement Multi-Proxy and Load Balancer Strategy Support
sinadarbouy 1326cc8
Refactor maps to use nested structure for pools, clients, and proxies
sinadarbouy 890a2d4
applied nested changes to all yaml files
sinadarbouy 38744ab
Refactor variable names for consistency and clarity across multiple f…
sinadarbouy 754a426
added required parameters to test data
sinadarbouy b783f9d
Added YAML tags to struct fields for Client, Pool, and Proxy types
sinadarbouy 52a229b
removed extra spaces in gatewayd.yaml
sinadarbouy 9328b80
Refactor: Changed kebab-case to camelCase for configuration blocks
sinadarbouy 5bd4f5c
Avoid using the request context for tracing in the GetPools method.
sinadarbouy 415b58e
fix: correct typo in configBlockName
sinadarbouy c72f59f
removed extra _ for GetPools
sinadarbouy d309592
interface{} replaced with any
sinadarbouy bffdd7d
Enhance GetServers API to include load balancer config and update tests
sinadarbouy 85f7102
Fix variable name 'ok' to adhere to golint guidelines
sinadarbouy 905bc10
Added comment in gatewayd.yaml to indicate location of load balancer …
sinadarbouy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: plugins should be updated as well, as they rely on this API.