当我试图为Kafka容器编写集成测试时,我在构建项目之后得到了这个错误。我不知道出了什么问题。22:46:01.464 [Thread-4] WARN o.t.utility.ResourceReaper - Unable to delete image testcontainers/byvren8fgzpzaxgycom.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"No such image:
我有两个Spring Boot应用程序,一个是Kafka publisher,另一个是consumer。我正在尝试编写一个集成测试,以确保事件被发送和接收。当在集成开发环境中运行或者在没有其他测试的情况下从命令行运行时,测试是绿色的,比如mvn test -Dtest=KafkaPublisherTest。然而,当我构建整个项目时,org.awaitility.core.ConditionTimeoutException测试失败了。项目中有多个@EmbeddedKafka测试</