microservices-patterns/ftgo-application

arm64 image of cdc-service

Opened this issue · 1 comments

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

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.