exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rabbitMq' defined in zipkin2.server.internal.rabbitmq.ZipkinRabbitMQCollectorConfiguration: Invocation of initmethod failed;
nested exception is java.io.UncheckedIOExc
我有两个不同的服务,在不同的目录中,为相同的docker网络配置。 Service PUB是一个RabbitMQ发布者。其docker-compose文件启动服务PUB和RabbitMQ。Service WRK是一个RabbitMQ工作进程。其docker-compose文件启动服务WRK和RabbitMQ。docker-compose up -d PUB将启动PUB和Ra