spacewander commented on code in PR #7980:
URL: https://github.com/apache/apisix/pull/7980#discussion_r990737731


##########
docs/en/latest/apisix-variable.md:
##########
@@ -38,6 +38,7 @@ additional variables.
 | balancer_ip         | core       | The IP of picked upstream server.         
                                          | 192.168.1.2    |
 | balancer_port       | core       | The port of picked upstream server.       
                                          | 80             |
 | consumer_name       | core       | Username of Consumer.                     
                                          |                |
+| consumer_group_id   | core       | Group name of Consumer.                   
                                          |                |

Review Comment:
   ```suggestion
   | consumer_group_id   | core       | Group ID of Consumer.                   
                                          |                |
   ```



##########
docs/en/latest/admin-api.md:
##########
@@ -947,6 +948,35 @@ Sets Plugins which run globally. i.e these Plugins will be 
run before any Route/
 | create_time | False    | Epoch timestamp (in seconds) of the created time. 
If missing, this field will be populated automatically.             | 
1602883670 |
 | update_time | False    | Epoch timestamp (in seconds) of the updated time. 
If missing, this field will be populated automatically.             | 
1602883670 |
 
+## Consumer group

Review Comment:
   Let's update the `Resources that support paging queries:` list in this page



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to