You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/09 12:32:54 UTC

[GitHub] [apisix] philzhangrui opened a new issue #4579: request help:

philzhangrui opened a new issue #4579:
URL: https://github.com/apache/apisix/issues/4579


   #**## traffic-split   插件目前不支持body里的参数进行灰度,希望能够支持一下**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #4579: request help: traffic-split The plug-in does not support graying of parameters in the body at present. I hope it can support it

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #4579:
URL: https://github.com/apache/apisix/issues/4579#issuecomment-877896131


   https://github.com/apache/apisix/blob/32f9d699a986864612963868d7d23408e3860550/apisix/core/ctx.lua#L54


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] philzhangrui edited a comment on issue #4579: request help:

Posted by GitBox <gi...@apache.org>.
philzhangrui edited a comment on issue #4579:
URL: https://github.com/apache/apisix/issues/4579#issuecomment-877567738


   This is a good idea 。Our demand here is to do current limiting, grayscale and so on according to the parameters of the body
   But,Is there an example of taking the body parameter in ApiSix?
   
   
   > What about writing a plugin run before the traffic-split, and parse the body, convert to the header which can be handled by traffic-split?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tokers commented on issue #4579: request help:

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #4579:
URL: https://github.com/apache/apisix/issues/4579#issuecomment-877561296


   @philzhangrui Support for body parsing is somewhat tricky, as we also need to consider the size of body, the format of body.
   
   Do you have some good suggestions about this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] philzhangrui commented on issue #4579: request help:

Posted by GitBox <gi...@apache.org>.
philzhangrui commented on issue #4579:
URL: https://github.com/apache/apisix/issues/4579#issuecomment-877567738


   this is good idea


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #4579: request help:

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #4579:
URL: https://github.com/apache/apisix/issues/4579#issuecomment-877561654


   What about writing a plugin run before the traffic-split, and parse the body, convert to the header which can be handled by traffic-split?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org