architecture - How to share settings in SOA systems? -


i have thinked of 3 alternatives:

  1. the settings handed 1 service next in each transaction.
  2. each service can provide settings next upon request.
  3. the settings stored in central service services must access time time.

what favorite approach , why?

your third approach best because in opinion each service needs autonomous other service.

autonomous services 1 of tenants of soa.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -