Re: Replicas not equally distributed within rack

2024-03-27 Thread Abhishek Singla
e you had met? > > https://issues.apache.org/jira/browse/KAFKA-10368 > > best, > chia-ping > > On 2024/03/23 21:06:59 Abhishek Singla wrote: > > Hi Team, > > > > Kafka version: 2_2.12-2.6.0 > > Zookeeper version: 3.8.x > > > > We have a

Re: Replicas not equally distributed within rack

2024-03-27 Thread Abhishek Singla
Hi Team, Could someone help me with how to distribute kafka topic replicas evenly across brokers to avoid data skew (disk utilisation). Regards, Abhishek Singla On Sun, Mar 24, 2024 at 2:36 AM Abhishek Singla wrote: > Hi Team, > > Kafka version: 2_2.12-2.6.0 > Zookeeper version:

Replicas not equally distributed within rack

2024-03-23 Thread Abhishek Singla
way more replicas across topics than the other broker in the same rack. Is there a config for even distribution of replicas across topics also? Regards, Abhishek Singla

Re: Kakfa Topic gets auto-created post deletion

2024-03-13 Thread Abhishek Singla
fig. So removed > those before topic deletion. > > Alternatively you can set auto create false by rolling restart all your > brokers if number of brokers and not much. > Tbat will be quick fix > > > > On Sun, 18 Feb 2024 at 6:07 PM, Abhishek Singla < > abhisheksingla.

Re: Kakfa Topic gets auto-created post deletion

2024-02-18 Thread Abhishek Singla
to be stopped. One more thing I noticed is --consumer-property allow.auto.create.topics=false does not restrict topic creation in this particular scenario. Is there any other way I can delete the topics without stopping consumers? Regards, Abhishek Singla On Sun, Feb 18, 2024 at 3:18 PM megh

Re: Kakfa Topic gets auto-created post deletion

2024-02-18 Thread Abhishek Singla
gt; > the wait for some time. > > Then delete topic. > > this time it wont create again. > > > > On Sun, 18 Feb 2024 at 1:07 PM, Abhishek Singla < > > abhisheksingla...@gmail.com> wrote: > > > >> Hi Team, > >> > >> Kafka version: 2

Kakfa Topic gets auto-created post deletion

2024-02-17 Thread Abhishek Singla
n same broker nodes or different. Below are some of the configs used: *Server Configs:* delete.topic.enable=true auto.create.topics.enable: true *Consumer Configs* allow.auto.create.topics=false Could someone help us out in understanding what might be the root cause of this issue? Regards, Ab