#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