microservices
microservices copied to clipboard
I havent completed because of connection timeout error . Someone can help me on this subject ?
When I run `docker logs apigw` I get this error ``` ERROR [api-gateway,,] 1 --- [or-http-epoll-2] reactor.core.publisher.Operators : Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: org.springframework.web.reactive.function.client.WebClientRequestException: Connection prematurely closed BEFORE response; nested...
I had to add the following to the docker-compose.yml environment: POSTGRES_DB: customer
i have a problem when i sending request to the notification microservice , rabbitmq didnt receive the request and i got this message 2022-05-08 10:03:34.390 INFO [customer,eafc83ec63be9b99,dbcbc950693251ce] 18336 --- [nio-8080-exec-2]...
Even when i change to ddl-auto: create-drop, it does not create customer table in the application startup
I'm doing a microservices deployment in k8s. Zipkin shows error: Request processing error; nested exception is fake.Exception RetryableException: Connection timeout expired when executing GET http://fraud:8081/api/v1/fraud-check/6 . Rabbitmq is not working....
Hello, after adding Spring Cloud Sleuth dependency I got this error on run application I moved to the this folder /Users/../m2/repository/io/zipkin/brave/brave/5.13.2/brave-5.13.2.jar and see that brave-5.13.2.jar file is really has 0...
clients-kube.properties file is not correct in the repo, it should not specify the internal ports clients.customer.url=http://customer clients.fraud.url=http://fraud clients.notification.url=http://notification