Hi Yaakov,
I will not take this statement "microservices should communicate with each
other using language agnostics API like REST" as a dogma written on stone.
I am developing a microservice architecture using Akka-cluster, so that
each microservice join the same cluster. Then I have some actor that as the
entrypoints for that service.

You can customize the serialisation format of the exchanged message, making
them forward-compatible. The JSON serialization is a bottleneck both for
performance that for back-and-forward-compatibility.

My 2cents.

On 22 December 2015 at 17:30, Yaakov Berkovitch <[email protected]
> wrote:

> Hi,
>
> we are currently in phase of evaluating akka as our microservice
> architecture implementation.
> According to basic Microservice architecture rules, microservices should
> communicate with each other using language agnostics API like REST.
>
> My question is:
>
>    1. are we missing something by using REST API between microservices
>    instead of defining remote-actor?
>    2. what about performance ? Should we expect major performance
>    degradation ?
>    3. is akka-http actor based ? In case of "storm", can we use
>    backpressure ?
>
> I really thank you for your help.
>
> Regards,
> Yaakov
>
>
>
> --
> >>>>>>>>>> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

[image: --]
Filippo De Luca
[image: http://]about.me/FilippoDeLuca
<http://about.me/FilippoDeLuca?promo=email_sig>

-- 
>>>>>>>>>>      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 [email protected].
To post to this group, send email to [email protected].
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