Once a table is created, some aspects of realtime table cannot be changed.
For example in case of Kafka, the topic should not be changed to a different one. If the different topic has a different number of partitions, then the partition allocation algorithm in the controller get all messed up (since it does not expect number of partitions to decrease).
Once a table is created, some aspects of realtime table cannot be changed.
For example in case of Kafka, the topic should not be changed to a different one. If the different topic has a different number of partitions, then the partition allocation algorithm in the controller get all messed up (since it does not expect number of partitions to decrease).