Is it possible to change the replication factor of an existing kafka topic using java?

Naman Kumar :

I am using AdminClient to alter other configurations of existing kafka topic. But I cannot find a method to change the replication factor of the topic. Is there any way that I can change the replication factor using java?

Mickael Maison :

This is currently not possible using the AdminClient. However there is a KIP in progress, KIP-455, that will add that functionality soon.

At the moment, the recommended way to change the replication factor of a topic is to use the kafka-reassign-partitions.sh tool, see this section in the docs.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=134669&siteId=1