If you go for a microservices architecture in your organization, they can share configuration via zookeeper or its equivalent. However, how should the vario
As to the ISP principle (Interface segration principle) clients should depend on interface not implementations.I would suggest if it is possible sharing interfaces not implementations via this way it would be better to make system decoupled from implementation.