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

app: envoy control plane #23

Merged
merged 9 commits into from
Jan 5, 2024
Merged

app: envoy control plane #23

merged 9 commits into from
Jan 5, 2024

Conversation

ayansen
Copy link
Owner

@ayansen ayansen commented Jan 4, 2024

No description provided.

Signed-off-by: Ayan Sen <[email protected]>
…iguration management

This commit includes several changes:
- Renamed EnvoyConfigurationServer to DiscoveryServer for better clarity.
- Refactored the initialization of DiscoveryServer to use the init block instead of a start() method.
- Updated SpringConfiguration to reflect the changes in DiscoveryServer and improved the setup of various beans.
- Renamed and updated FileConfigRepositoryTest to FileConfigProviderTests to reflect changes in the tested class.
- Refactored ConfigRepository from an abstract class to an interface and updated its methods.
- Updated FileConfigRepository to use ConfigProvider and FileProviderConfiguration, and removed unused methods.
- Added new configuration properties in application.yml for the file config provider.
Signed-off-by: Ayan Sen <[email protected]>
@ayansen ayansen merged commit 5b28e8f into main Jan 5, 2024
1 check passed
@ayansen ayansen deleted the envoy branch January 5, 2024 04:07
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.

1 participant