2
leanrob
6y

Any suggestions for good reading regarding the boundaries of Microservices? By this I mean a domain driven design approach.

I have a pretty good idea of what I “think” is right for my project. But something is telling me to challenge my idea.

For a little bit of background... I am using separate DBs for each Microservices, and building APIs to access the information across the system.

Comments
  • 1
    Are you going to use REST apis for inter-service communication?
  • 1
    @kshitij1708 Great question!

    I am currently using RPC for inter service communications. gRPC and protocol buffers.
Add Comment