Re: Making topic validation public

2021-08-17 Thread Guozhang Wang
Hi Boyang, I feel okay to add a doc section in Kafka about which topic names are valid; and maybe add such validation into Utils as well. Guozhang On Sun, Aug 15, 2021 at 12:57 PM Boyang Chen wrote: > Hey there, > > Kafka has an internal topic validation logic > < > https://github.com/apache/k

Making topic validation public

2021-08-15 Thread Boyang Chen
Hey there, Kafka has an internal topic validation logic which is very useful and effective. Do you think it's possible to make it part of the publi