Hi guys,
We are using Akka with our java services to manage communications by putting the services in the same cluster. There is also a need to communicate with other services written in other languages (like python).
Is there a way that a python service could register itself in the same Akka cluster (as the existing java services)?
Cheers!
3 posts - 2 participants