Skip to content

Communication

  • reference/s
  • CODE : https://github.com/lekhrajdinkar/03-spring-cloud-v2/tree/main/Notes 👈

1. Micro service communication

  • https://chat.deepseek.com/a/chat/s/6e7456d4-cc1b-42be-ae19-c3ede730936f
    #1
    microservices ms-1 and ms-2 communicaton
    - sysnc
    - asysnc
    
    #2
    ms1 (pod-1), ms2 (pod-2)
    services communing over aws eventbridge - bus-1, async.
    i would like to add distrubted tracing as well.
    
    #3
    ms1 (pod-1), ms2 (pod-2) : java springboot on AWS EKS
    services communing over rabbitMQ - queue-1, async.
    i would like to add distrubuted tracing.
    monitoring backed : AWS x-rays
    
    #4
    ms1 (pod-1), ms2 (pod-2) : java springboot on AWS EKS
    services communing sysnc over HTTPS.
    i would like to add distributed tracing.
    monitoring backed : AWS x-rays
    
    #5
    ms1 (pod-1), ms2 (pod-2) : java springboot on AWS EKS
    ms1 makes call ms2(GET) communing async over SQS. How ms1 will get data from ms2.Also
    Also i would like to add distributed tracing.
    monitoring backed : AWS x-rays