Hi,

We are coding in Scala and we decided to use akka-remoting for our 
microservices communication instead of JSON APIs. It's very concise and 
simple and you don't have to deal with manual JSON serialization until you 
need backward compatibility. Then you have to put aside default java 
serializer and use something like JSON. It's OK but I don't see many people 
use json serializer or alike for akka-remoting. Instead they tend to use 
akka-http, Spray, etc. and build a standard JSON API using a web framework.

I think using the akka-remoting serialization would be more concise and 
simpler than other methods because you just work with case classes which is 
very pleasant. What is your experiences? What do you advice?

Thanks

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to