I need to add another consumer to my topic to increase the speed. I have seen the documentation here and can use
bin/kafka-topics.sh --bootstrap-server broker_host:port --alter --topic my_topic_name --partitions 2
but can I do it directly while the messages arrive?