yuxiqian commented on PR #1560:
URL: https://github.com/apache/flink-cdc/pull/1560#issuecomment-2076563412

   Hi @deemogsw, thanks for your great contribution!
   
   Currently MySQL has upgraded docker image tag to `mysql:8.0`, which should 
run on Apple Silicon chips natively.
   
   As for static port mappings, my concern is 8081 port isn't always available, 
and there might be some problem if several e2e test cases run simultaneously. 
Currently TestContainers always maps them to a random free port without 
explicit `withPortBindings` command, and users could use `docker port 
<container_id>` or `Container.getMappedPort()` to access the mapped port info.
   
   I'm going to close this PR since these problems have been addressed in 
latest `master` branch. Feel free to reopen it if you have other concerns.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to