C
C
cas_pername2020-05-06 22:01:14
Spring
cas_pername, 2020-05-06 22:01:14

Is there a handy tool for tracking messages between services?

Hello!
Now I'm solving the problem of transferring any requests from simple ones to asynchronous ones.
Having solved the problem, I will get 4 services exchanging messages that will update different data in the tables under my feet and some main database. There are also messages emitted by the service to which it subscribes. I approach the development process as follows: I cut the logic in one service, add the necessary message, launch the second service, add a subscriber, send a message from the first service - see what has come, how it has changed, and so on.

What I want: in my ideal world, there is a tool that can connect to the message broker and all the services and databases that generate, store and process these messages, and can draw some ui for me that can show how the message was created, how it got into a broker, how it got into some service / services, and here is the base into which I can poke from ui and see what fell there

. Question two: has anyone seen this before?
And the second: if what I came up with is, for some reason, an absolutely useless undertaking - please write why this is a useless undertaking, I will count it as an answer =)
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2020-05-06
@cas_pername

Well, let's get acquainted, zipkin :-)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question