how do we increase the. task managers when you nat...
# troubleshooting
h
how do we increase the. task managers when you natively deploy flink ? using ./kubernetes-session.sh we have parallelism of 1 and num of task slots as 8 ... kafka is the source .. we do have a lot of messages.. but number of task manager is still 1 .. why does it stay 1 .. it should increase based on number of messages?
Actually figured out increasing the parallelism more than then numOfTaskSlots property .. by default increases task managers to accomodate that .. so it auto scales