Deprecation notice: HTTPAPISpec

Hello,

We are planning to remove the support for HTTPAPISpec and HTTPAPISpecBinding (see https://istio.io/docs/reference/config/policy-and-telemetry/istio.mixer.v1.config.client/#HTTPAPISpec) in the upcoming releases.
Per usual guideline, we will keep supporting it with a flag for one release.
Please reach out if you have questions.

Is this functionality being replaced or available some other way?

Hi!
We don’t have a replacement API ready. However, the runtime supports most of the functionality declared in this API, both in Mixer and Envoy runtimes. You should be able to derive the API attributes in the adapter / Envoy extension itself as needed.

–kuat

Thanks for a quick reply to an old post. I will dig in deeper and figure this out.