Alfa P. Irawan
Alfa P. Irawan
When this message show ``` Client error: `GET http://localhost:9746/eureka/apps/SAMPLE-MICROSERVICE-NEWS` resulted in a `404 Not Found` response ``` Instance will show in eureka dashboard but when the error not show instance...
I cannot call from gateway (Zuul) because not FetchRegistry. What I know is this method used to talk our service with eureka and discover host of requested service
Hello, Im trying to send heartbeat like this `try { $client->register(); $url = $client->fetchInstance("test")->homePageUrl; var_dump($url); $client->start(); }` Yes its working but the application not running. Any guide how to send...