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

Document+associated test on how to setup and test remote adapters #1464

Open guptasu opened 7 years ago

guptasu commented 7 years ago

Adapter developers want to build adapters in their own remote repo. To make them successful we need the following:

  1. Documentation on how to do build and write test inside remote adapter.
  2. We also need an integration test so that the documentation (or any sample) does not become outdates as we change Mixer. Based on my recent work with bazel, it seems remote adapter story is very sensitive to small changes around Mixers bazel rule changes.

Assigning to @douglas-reid based on our offline chat and I am happy to collaborate on this work. All adapter devs will have immediate benefit from this.