If I have 2 instances of service A implemented using spring-data-rest that register themselves in spring-cloud eureka and client app B using Ribbon client-side load balancing would HAL links inside A responses be load balanced by Ribbon when B follows them ? 
PS: I know I could build a prototype to test myself but I'm strapped for time.
Thanks in advance.