old_mixer_repo
old_mixer_repo copied to clipboard
Generate a skeleton adapter for every template type.
We should auto-generate a skeleton adapter suitable to bootstrap the implementation of any template type.
Is this a dupe of https://github.com/istio/mixer/issues/1045, Or you are referring to something else ?
Nope, this is different.
#1045 is about generating a single functioning noop adapter that can handle all templates we know about.
This is about generating a to-be-filled-in adapter skeleton that a developer can use to bootstrap work on an adapter that implements a particular template.
I see.. really cool idea.