ashmeet13 commented on PR #12988: URL: https://github.com/apache/kafka/pull/12988#issuecomment-1680513896
Hi @mjsax, a small doubt that I have now that I have explore the codebase a bit more - From what I understand there are three different types of consumer configs - `global`, `main` and `restore` If a user has set the property `consumer.allow.auto.create.topics` to `True` If a user tries to override this the property gets set to `False`, but this can be bypassed by setting the property as `main.consumer.allow.auto.create.topics = True` and this property would be set as `True`. Is this expected behaviour? -- 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]
