Comments on: Event driven microservices using Spring Cloud Stream and RabbitMQ https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 04 Sep 2018 08:23:25 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-108 Tue, 04 Sep 2018 08:23:25 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-108 In reply to Soleil.

Ok, why would you like to send a message to other instances of the same microservice? Anyway, in the article I sent you before I describe consumer group mechanism which guarantees that only single instance of microservice receives a message. However, if you send message to the sender microservice it won’t prevent you from receiving the message by sending instance.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-116 Tue, 04 Sep 2018 08:23:25 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-116 In reply to Soleil.

Ok, why would you like to send a message to other instances of the same microservice? Anyway, in the article I sent you before I describe consumer group mechanism which guarantees that only single instance of microservice receives a message. However, if you send message to the sender microservice it won’t prevent you from receiving the message by sending instance.

]]>
By: Soleil https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-107 Tue, 04 Sep 2018 08:10:58 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-107 In reply to Piotr Mińkowski.

hi, my question is about communication between many instances of a same microservice. For example the microservice Order have 3 instances (A1, A2, A3), how could design for instance A1 send message to other instances and A2, A3 could receive but A1 can’t. Could you give any ideas, or link for reference? Thank you!

]]>
By: Soleil https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-115 Tue, 04 Sep 2018 08:10:58 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-115 In reply to Piotr Mińkowski.

hi, my question is about communication between many instances of a same microservice. For example the microservice Order have 3 instances (A1, A2, A3), how could design for instance A1 send message to other instances and A2, A3 could receive but A1 can’t. Could you give any ideas, or link for reference? Thank you!

]]>
By: Soleil https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-113 Tue, 04 Sep 2018 05:58:47 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-113 Hi, thank for your article, I ‘m finding the way to communicate between instances of a service in microservices, for example in your post, these are 2 instances of order services running in the same time, how could they communicate via rabbitmq, could you give an example? Thanks

]]>
By: Soleil https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-105 Tue, 04 Sep 2018 05:58:47 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-105 Hi, thank for your article, I ‘m finding the way to communicate between instances of a service in microservices, for example in your post, these are 2 instances of order services running in the same time, how could they communicate via rabbitmq, could you give an example? Thanks

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-114 Tue, 04 Sep 2018 04:10:47 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-114 In reply to Soleil.

Hi. You are asking scaling up your event-driven microservices? Take a look here https://piotrminkowski.wordpress.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-106 Tue, 04 Sep 2018 04:10:47 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-106 In reply to Soleil.

Hi. You are asking scaling up your event-driven microservices? Take a look here https://piotrminkowski.wordpress.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/.

]]>
By: onesinfiniteit https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-104 Tue, 06 Jun 2017 05:07:48 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-104 How do I call the orderSource explicitly instead of polling it every 10000ms?

]]>
By: onesinfiniteit https://piotrminkowski.com/2017/02/13/event-driven-microservices-using-spring-cloud-stream-and-rabbitmq/#comment-112 Tue, 06 Jun 2017 05:07:48 +0000 https://piotrminkowski.wordpress.com/?p=723#comment-112 How do I call the orderSource explicitly instead of polling it every 10000ms?

]]>