Re: Update Replication Factor

2019-06-17 Thread Hans Jespersen
Take a look at the Admin Client API here https://kafka.apache.org/22/javadoc/index.html?org/apache/kafka/clients/admin/AdminClient.html -hans On Mon, Jun 17, 2019 at 4:27 PM shubhmeet kaur wrote: > hi, > > I wish to updater the replciation factor of already created topic through > Java code

Update Replication Factor

2019-06-17 Thread shubhmeet kaur
hi, I wish to updater the replciation factor of already created topic through Java code usign Kakfa 2.2.0 . I am having hard time finding the correct API. Since I am new to Kafka, any help would be appreciated. Thank you Meet