Hello, *Kafka dev community, @matthiasJsax*
Can you comment on below question? It is very important for us since we are
getting inconsistencies due to current design
On Sun, Jul 9, 2023 at 6:15 PM Pushkar Deole wrote:
> Hi,
>
> We have a kafka streams application that consumes from multiple top
Hi Divij, thanks for running the release.
I found a couple of issues with licenses. We include
plexus-utils-3.3.1, but the LICENSE file has plexus-utils-3.3.0. The
other issue is that we have classgraph-4.8.138, but we don't include
this library for a few releases (this is non blocking but it woul
Thanks David! That makes sense. I will keep an eye on the kafka release notes
for the support of this in the future if possible.
From: David Arthur
Date: Wednesday, July 5, 2023 at 9:16 AM
To: users@kafka.apache.org
Subject: [EXTERNAL] Re: How to migrate single node Kafka with zookeeper to
Kra
Thanks Luke,
One last thing for future topics that gets auto created is there a way to
put this auto replication.factor setting dynamically rather than modifying
server.properties and restarting all 3 Brokers?
Regards,
GP
On Thu, 13 Jul, 2023, 14:59 Luke Chen, wrote:
> Once the topic is creat
Once the topic is created, you can only increase the replication factor by:
1. delete the topic and re-create the same topic (note: data will be lost
after this step)
or
2. follow the doc to increase the replication factor (data will be kept)
Thank you.
Luke
On Thu, Jul 13, 2023 at 5:23 PM Gaurav
Thanks Nag.
On Thu, 13 Jul, 2023, 09:54 Nag Pavan Chilakam,
wrote:
> kafka commands are available in confluent developer pages
> https://docs.confluent.io/kafka/operations-tools/kafka-tools.html#
> For ZK commands you may have to refer to zookeeper docs.
> btw try kraft mode, so you don't need t
Hi Luke ,
Thanks does that mean that setting default.replication.factor to more than
1 and doing Kafka broker restart wouldn't dynamically change the existing
partitions replication? We have to use cli shell script, as per
documentation?
Regards,
GP
On Thu, 13 Jul, 2023, 13:54 Luke Chen, wrote:
Hi Gaurav,
> Why do I see topic ReplicationFactor:1 during description of a topic ?
I think you should set this config: `default.replication.factor`
> And how can we increase replication factor? I have 3 Kafka brokers
running on 2.7.0 version.
Please check this doc:
https://kafka.apache.org/docu