i knew One worker thread is used per core from link: Google Cloud Dataflow Worker Threading
Say we have one worker with 4 CPU cores and machine type is n1-standard-4.
if there is 4 worer thread processing message from my topic, we noticed the cpu usage is very little.
is there a way to improve worker thread number by coding or pipeline's design?
for example, using group by and windows, is it helpful?
thank you.