tracy
tracy
there is my demo code: TransactionBroadcastRequest request = TransactionBroadcastRequest.builder() //encoded by base64 .signed_transaction(rawTransaction) .network_identifier(this.getNetwork(this.chain)) .build(); String json = JsonHelper.toJson(request); var responseBody = httpClientUtil.postJson(String.format("%s/construction/submit", endpoint), json); who named as endpoint in...
问题:由于一些依赖相关的原因,决定升级Dubbo到2.7.15,注册中心用的是nacos,每个集群有两个实例,在测试环境单实例测试都正常,但是部署到rancher上的集群环境后,发现只有provider启动了,其他consumer都没有启动起来,查了下consumer的报错全是: 08:04:13.782 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext 559- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'p4bBusinessBrokersServiceImpl': Unsatisfied dependency expressed through field 'ip4bWalletsService'; nested exception...