Hi Christopher, Thanks for the KIP. Have you considered using create topic policies to enforce the configuration you desire even when create topics is used directly? You could disallow all create topics requests that set explicit topic configs (i.e. don't rely on cluster defaults).
This would work better since may rely on the create topics protocol api since it's the recommended way to create topics. Ismael On Tue, Jun 8, 2021, 11:09 AM Christopher Shannon < christopher.l.shan...@gmail.com> wrote: > Hi Everyone, > > I'd like to propose KIP-755: Add new AUTO_CREATE ACL for auto topic > creation > > The KIP can be found here: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-755%3A+Add+new+AUTO_CREATE+ACL+for+auto+topic+creation > > I submitted the following PR: https://github.com/apache/kafka/pull/10845 > > I know it might be too late based on the schedule but it's a small change > so it would be nice to get this in time for 3.0.0. > > Thanks, > Chris >