gosonzhang commented on issue #6579:
URL: https://github.com/apache/inlong/issues/6579#issuecomment-1321641786

   I reproduced this problem in the environment: when adding the authorization 
information of the consumer group first through the API 
admin_add_authorized_consumergroup_info, and then adding the filter information 
of the consumer group throuth the API admin_add_group_filtercond_info, the 
authorization of the consumer group will be set to STATUS_DISABLE.
   
   The reason for the problem lies in the following implementation points :
   
![image](https://user-images.githubusercontent.com/14038849/202997358-dc3f825c-0beb-45aa-8e8a-1c7718b6bc35.png)
   
https://github.com/apache/inlong/blob/master/inlong-tubemq/tubemq-server/src/main/java/org/apache/inlong/tubemq/server/master/metamanage/metastore/impl/AbsConsumeCtrlMapperImpl.
 java#L86
   
   Then, I found that the field processing of the EnableStatus class is not 
very good, and I will improve it together.
   
   Thanks @FvvSuu again!


-- 
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: commits-unsubscr...@inlong.apache.org

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

Reply via email to