@gentle-minister-47752 Which specific tap-mysql are you using?
https://github.com/transferwise/pipelinewise-tap-mysql as documented on
https://meltano.com/plugins/extractors/mysql.html?
Extracting data is entirely the tap's responsibility, with Meltano only handling the execution environment of the tap, so as Derek says, any specific extraction behavior you're seeing is necessarily a feature of the tap. Meltano doesn't know how to tell taps to run sequentially or in parallel (since there's no generic way that would work for all taps), and it doesn't detect whether it's running inside Kubernetes, so the tap must be using some heuristics of its own!