Hi all, I have noticed that when I describe my Kafka topic I see ReplicationFactor:1 but in my server.properties file I already have defined below values i.e a replication factor of 3 :
num.partions=3 offsets.topic.replication.factor=3 transaction.state.log.replication.factor=3 transaction.state.log.min.isr=1 Why do I see topic ReplicationFactor:1 during description of a topic ? And how can we increase replication factor? I have 3 Kafka brokers running on 2.7.0 version. Regards GP