higress icon indicating copy to clipboard operation
higress copied to clipboard

feat: Add request-tag extension with version 1.0.0

Open TJKkking opened this issue 7 months ago • 2 comments

â… . Describe what this PR did

This PR introduces a new WASM plugin that enables tagging specific requests based on user-defined rules. The functionality is aimed at facilitating gateway-level gray scaling by tagging requests that meet certain criteria. This can be immensely useful for directing traffic and managing request flows in microservices architectures, especially for testing new features under controlled conditions.

â…¡. Does this pull request fix one issue?

No.

â…¢. Why don't you add test cases (unit test/integration test)?

Added full e2e test cases.

â…£. Describe how to verify it

https://github.com/alibaba/higress/blob/main/test/README_CN.md#higress-e2e-%E6%B5%8B%E8%AF%95

â…¤. Special notes for reviews

TJKkking avatar Jun 25 '24 08:06 TJKkking