Closed aepfli closed 4 months ago
@aepfli could you please update the readme when you get a moment?
@aepfli could you please update the readme when you get a moment?
i am not happy with my edits to the readme - the information is there, but it might be better to structure this differently, i am not sure about this
I think the README is good enough, I will merge and perhaps make some small edits.
closes: #936
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.
Related Issues
Fixes #936