I've applied the plugin to the source code of KrakenD as it's explained in the example and
the registration to Eureka Server happens without no issue but the update of the eureka instances doesn't.
When I open the code of subscriber.go inside an editor, it says that the goroutine inside the loop() function is unreachable,
in fact nothing is printed in the console(there is a fmt.Println("LOOP") inside the goroutine in question), so i can easy understand that the gorutine is never executed and the instances of eureka are never updated.
Hi,
I've applied the plugin to the source code of KrakenD as it's explained in the example and the registration to Eureka Server happens without no issue but the update of the eureka instances doesn't.
When I open the code of subscriber.go inside an editor, it says that the goroutine inside the loop() function is unreachable, in fact nothing is printed in the console(there is a fmt.Println("LOOP") inside the goroutine in question), so i can easy understand that the gorutine is never executed and the instances of eureka are never updated.