ApiCenter icon indicating copy to clipboard operation
ApiCenter copied to clipboard

Dependency Management

Open alexksbr opened this issue 7 years ago • 1 comments

As the developer of one microservice in a fleet of others, I'd like some tool that can keep track of dependencies between our services. For example, I would like to easily see which services use my API (and in which version). Then, I could gather feedback from these developers. Also, one could draw a graph of dependencies to check for circles or bottlenecks.

When adding/editing specifications, it should be possible to specify all other specifications that this specification depends on.

This feature, together with #11, can make it possible that you're notifified when one of our dependencies uploads a new spec version.

alexksbr avatar Aug 29 '18 07:08 alexksbr

I think it makes sense to depend on a specific spec version, and not in general on a different service.

fdw avatar Mar 27 '19 10:03 fdw