HN user

dprotaso

16 karma
Posts1
Comments12
View on HN
Just Use Curl 9 months ago

Curious is there a go lib that can read the config file? I’d love to have this in some testing to make it more accessible.

Splitting your operations into containers then breaks the monolith into microservice pieces and introduces all the downsides

A pattern here is to not split the monolith and use the same container for your main app and hot operations. The hot operations just need some different configuration eg. container args or env vars