Hi there,

May I suggest asking the question in the new https://discuss.akka.io
forums, as this mailing list is going to move into read-only mode soon?
(as documented in it’s header, email footers, and on
https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced)


> In case of write service this read Db need to be populated by event
streaming. So there will be multiple microservice , and they can
communicate between themselves (domain service) using json/protobuf -grpc .

We’ll soon be releasing an akka-grpc module which would help with this,
It’s not yet announced, but thought I’ll share this as a preview
information.

> Definitely it needs to be fault tolerant, As well I want to deploy in
kubernetes and will use kubernetes out box support for service discovery &
registry,load balancing ,autoscaling features .

That’s what the Akka Cluster does at it’s best.

But your question is really somewhat too generic to answer specifically
what to use where.
Usually a combination of those tools is used — so both.



PS: It is written Akka, not AKKA, please :-)



-- 
Cheers,
Konrad 'ktoso <http://kto.so>' Malawski
Akka <http://akka.io/> @ Lightbend <http://lightbend.com/>

On March 16, 2018 at 4:01:27, Anish Kuti (anish.k...@gmail.com) wrote:

 I want to create microservice using akka (not using lagom framework) .
What is the best way to do ?


Requirement is as below

I want my channel layer to consume the API (REST using Json) . And these
API will call some legacy system to fetch the data . There can be multiple
layer of API like as “Digital experience microservice” will be calling
“process microservice” . “Digital experience microservice” will be
responsible for providing channel specific data . This process microservice
will be able to do some orchestration/choreography for fulling the process
by calling “Domain Microservice”. These Domain microservice Should be able
to fetch the data from Read/cache DB .
In case of write service this read Db need to be populated by event
streaming. So there will be multiple microservice , and they can
communicate between themselves (domain service) using json/protobuf -grpc .
Definitely it needs to be fault tolerant, As well I want to deploy in
kubernetes and will use kubernetes out box support for service discovery &
registry,load balancing ,autoscaling features .


Hope I am able to give clear picture on the requirement . Would appreciate
if you can suggest whether AKKA http or AKKA Cluster or AKKA HTTP+Cluster
is the better option in the given scenario ?
--
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user
google-group soon.
** This group will soon be put into read-only mode, and replaced by
discuss.akka.io
** More details:
https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>>
>>>>>>>>>> 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.

-- 
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>> 
>>>>>>>>>>      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