istio / old_mixer_repo

Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir
https://github.com/istio/istio/tree/master/mixer
Apache License 2.0
67 stars 93 forks source link

Design versioning of interface between mixer and adapter. #1521

Open guptasu opened 7 years ago

guptasu commented 7 years ago

We want an ability for Mixer to change its interface (code generated), in the future, between itself and adapter developers. This will allow us to introduce new features that might need breaking existing interface between Mixer and adapter, and at the same time not break adapters that are using old interface.

We also need a deprecation story for old version of Mixer-adapter interface, so that Mixer does not have to keep supporting all possible version.

guptasu commented 6 years ago

https://goo.gl/CaKG9X