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 2020/09/22 07:12:47 UTC

[GitHub] [apisix] membphis opened a new issue #2275: feat: support to fetch `consumer_name`, `route_id` and `service_id` via `ctx.var`

membphis opened a new issue #2275:
URL: https://github.com/apache/apisix/issues/2275


   here is the fake code:
   
   ```lua
   local consumer_name = ctx.var.consumer_name
   local route_id = ctx.var.route_id
   local service_id = ctx.var.service_id
   ```
   
   This makes it easier for the plugin code to get the values of these variables.


----------------------------------------------------------------
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.

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



[GitHub] [apisix] Firstsawyou commented on issue #2275: feat: support to fetch `consumer_name`, `route_id` and `service_id` via `ctx.var`

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


   assigned to me.


----------------------------------------------------------------
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.

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



[GitHub] [apisix] membphis closed issue #2275: feat: support to fetch `consumer_name`, `route_id` and `service_id` via `ctx.var`

Posted by GitBox <gi...@apache.org>.
membphis closed issue #2275:
URL: https://github.com/apache/apisix/issues/2275


   


----------------------------------------------------------------
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.

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



[GitHub] [apisix] membphis commented on issue #2275: feat: support to fetch `consumer_name`, `route_id` and `service_id` via `ctx.var`

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


   @Firstsawyou you can take a look at this issue.
   
   https://github.com/apache/apisix/pull/2270/files#diff-dfbae0bb78c37ecbf8879c21157751ffR71, we can implement it in a simpler way.
   


----------------------------------------------------------------
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.

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



[GitHub] [apisix] Firstsawyou commented on issue #2275: feat: support to fetch `consumer_name`, `route_id` and `service_id` via `ctx.var`

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


   assigned to me.


----------------------------------------------------------------
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.

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



[GitHub] [apisix] membphis commented on issue #2275: feat: support to fetch `consumer_name`, `route_id` and `service_id` via `ctx.var`

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


   @Firstsawyou you can take a look at this issue.
   
   https://github.com/apache/apisix/pull/2270/files#diff-dfbae0bb78c37ecbf8879c21157751ffR71, we can implement it in a simpler way.
   


----------------------------------------------------------------
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.

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