Re: __consumer_offsets auto creation with `auto.create.topics.enable = false`

2022-01-24 Thread Luke Chen
Hi Colin, Let's discuss this issue in KAFKA-13612 with Jason and Dom. (and anyone who is interested) Thank you. Luke On Tue, Jan 25, 2022 at 2:43 AM Colin McCabe wrote: > Kafka internal topics are… well… internal, and we don’t guarantee

Re: __consumer_offsets auto creation with `auto.create.topics.enable = false`

2022-01-24 Thread Colin McCabe
Kafka internal topics are… well… internal, and we don’t guarantee anything about their format or whether or not they are present, etc. There is no guarantee that Kafka will always use __consumer-offsets to manage offsets — it could change in the future. I think the big mistake we made is making

RE: __consumer_offsets auto creation with `auto.create.topics.enable = false`

2022-01-23 Thread Dominic Evans
Luke Chen wrote: > Dominic Evans wrote: >> However, historically the __consumer_offsets topic was special cased such >> that it would get auto-created on a Metadata request even if normal topic >> auto-creation (`auto.create.topics.enable`) was disabled in the broker. >> Does anyone know if

Re: __consumer_offsets auto creation with `auto.create.topics.enable = false`

2022-01-22 Thread Luke Chen
Hi Dom, Thanks for reporting the issue. Yes, I think this is a regression issue. I've created a bug in JIRA: KAFKA-13612 . I'll work on a fix for it. Thank you. Luke On Fri, Jan 21, 2022 at 9:59 PM Dominic Evans wrote: > Hi, > > Kafka 2.8.x