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

feat: Default port to 8015 if in-process resolver is used. #523 #524

Conversation

aepfli
Copy link
Member

@aepfli aepfli commented Jun 7, 2024

closes: #523

This PR

The flagd provider defaults to RPC mode and the corresponding port (8013) using the evaluation proto. If the in-process resolver is selected, it operates in in-process mode using the sync proto, but still uses port 8013, instead of defaulting to the correct port (8015, for the sync proto).

We improve the configuration by defaulting to port 8015 if the in-process resolver is selected.

@Kavindu-Dodan
Copy link
Contributor

Thank you @aepfli for the contribution. I left two suggestions

@aepfli aepfli requested a review from Kavindu-Dodan June 8, 2024 09:04
@toddbaert toddbaert merged commit 7db1ce3 into open-feature:main Jun 14, 2024
5 checks passed
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.

[flagd] Default port to 8015 if in-process resolver is used.
4 participants