0

I'm working on spring cloud app and can not decide which way of storing config in consul kv would be better: whole YAML or single parameters? What positive and negative sides has each way?

1 Answers1

0

It might be easier to store the complete file in Consul to make portability easier, in case you want to move from Consul to something else in the future. AFAIK, other than that there are no up- or downsides to it really.

TYsewyn
  • 562
  • 2
  • 9