aws-samples / performance-testing-framework-for-apache-kafka

Performance Testing Framework for Apache Kafka
MIT No Attribution
46 stars 8 forks source link

CreateTopics Batch Job fails #11

Closed ryanjclark closed 10 months ago

ryanjclark commented 10 months ago

Out of the box...

CreateTopics Job fails Essential container in task exited with this error:

exec /sbin/tini: exec format error
ryanjclark commented 10 months ago

This might be a M1 mac issue building the docker image. Try this:

DOCKER_DEFAULT_PLATFORM=linux/amd64 cdk deploy ...