(no title)
pmdfgy | 1 year ago
The main problems I have with these kind of solutions are :
- Having to make an HTTP request to get a variable (or multiple ?) for my local function to do its job. And that's a clear no-go for me, in terms of latency
- Having variables stored "somewhere else" complexifies the rollout of new features introducing new "variables", as one needs to update the external tool (here Varse), to create this variable
- Overtime, you end up with a big bag of obsolete variables that are not used anymore by the main application because you forget to remove them
The usual combo "Environment Variable / Restart" proposed by most PaaS offerings will be hard to fight IMO.
In any case, good luck with this project.
No comments yet.