bzp2010 commented on code in PR #12424: URL: https://github.com/apache/apisix/pull/12424#discussion_r2209175293
########## apisix/admin/consumers.lua: ########## @@ -36,7 +37,7 @@ local function check_conf(username, conf, need_username, schema) end end - if conf.group_id then + if conf.group_id and not opts.skip_references_check then Review Comment: The `skip_references_check` may be nil, when it is `nil` this means that validation is skipped (`not nil` = `not false`), is this as expected? -- 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-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org