flink-cdc
flink-cdc copied to clipboard
e2e-tests optimize for arm
I want to debug the code with module flink-cdc-e2e-tests in IDE.
While,although I have run the docker desktop in my mac.An exception still been throwed like this
The current code can't work in Mac with apple silicon chip.
Besides teste moudle use docker container to run JM & TM,testContainer would assign a random port for the exposed Port.So when I run the test case,I must find out which port is currently bound to 8081.so that I can visit flink web. This is not friendly for those people who has less idea with docker.