|
|
|
|
|
by turtleyacht
1200 days ago
|
|
It would be nice to have event-sourcing and associated tools set up where one could drop into a REPL of some collection of docker-compose'd microservices, and step through a heterogeneous collection of the stack--from HTTP request to db query, and back out again. Certainly tools like App Dynamics and Datadog enable this app stack tracing, and Docker Compose enables composing services. To be able to play back transactions backwards and forwards among services would be a dream. Wondering if any folks have played with this kind of debugging? |
|