microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

arm64 image of cdc-service #139

Open vanillaxx opened 3 years ago

vanillaxx commented 3 years ago

I've tried to launch figo-application on my new Mac with arm64 architecture. I've encountered a lot of issues. I've changes mysql, Kafka and zookeeper images to arm64 equivalents. I've used Azul jdk to build services. But I've stuck on cdc-service, as it is pulled from docker hub and has only amd64 version. Is there any way to solve that problem?

cer commented 3 years ago

Thanks. We will investigate.

The workaround would be to clone https://github.com/eventuate-foundation/eventuate-cdc/tree/0.12.0.RELEASE, modify to use an ARM 64 base image and build locally.