Created 10-21-2015 04:22 PM
The Kafka documentation states we can’t reduce the number of partitions per topic once created. Can we then increase them or is it a documentation mistake? If we are allowed to add new partitions and use keys to get our messages wouldn’t the old messages be unreachable?
Created 10-21-2015 04:24 PM
Yes , you can increase the number of partitions using the topic script. Please see https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-5.AddPartitionT...
Created 01-13-2017 10:28 AM
How can we set default partition size for dynamically created topics?
Created 04-27-2018 06:33 AM
set num.partition=x in the server.properties