I am currently working on a spring boot micro-service which uses Netflix eureka for service discovery and communication with other micro-services. I want to include Akka cluster in my micro-service so that load can be distributed between Akka actors present on all nodes in the cluster.
I wanted to understand if we can use netflix eureka with akka cluster for node discovery or is there any other way?