...
For this solution, we can use two options:
1 - Create a new function in the partners-dispach
to get the values of features flags on Launch Darkly.
2 - Create a new function to get the values of features flags on Launch Darkly, and use the same function in Bringg and Partners flow, in this case we need to change the flow of Bringg as wellthe same function of bringg-dispatcher, because the bringg gets the fees of LaunchDarkly through the fee.service
, so we can use the same function for this, we just need to add the fee.service
in the constructor of partner-dispatcher and user the function.
Question
We have some features flags with fees, are we going to use these flags or create a new?
...