Skip to content

Cost of plugins pipelines - Serverless plugin in production ? #11323

Answered by nfrankel
arnauddeman asked this question in Q&A
Discussion options

You must be logged in to vote

Could you explain why the traffic split plugin is not adapted here ? In its description, it is said that "it can be used to dynamically direct portions of traffic to various Upstream services".
Sorry if it is obvious, I am quite new to Apisix :)

IMHO, the traffic-split plugin is for random forwarding. If you already know the population, it's much better to use my way.

The plugin interact with a catalog service which gives the upstream and uri to use for a specific user.

Do I understand correctly that the forwarding logic is outside of APISIX, i.e., in the catalog service?

In this case, indeed, you'll incur additional performance hits, not because of the pipeline in itself but because …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by arnauddeman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question label for questions asked by users wait for update wait for the author's response in this issue/PR
2 participants