GitHub user pjfanning added a comment to the discussion: Time it takes between an envelope be created and being processed
Thanks @weemen. I don't have the time to really look into this. pekko-projections doesn't have any real community behind it. Most of the effort is on the core Pekko libs and Pekko HTTP. Maybe, someone else will have a look. One of the reasons I would be reluctant to use a solution like your demo app is that there are so many moving parts and no tidy way to trace what is going on. It is not like old fashioned Java apps where you could get a debugger or a profiler. If you can get this to all work in one JVM, maybe those tools could still prove useful. [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-java-instrumentation) has some Pekko support and may also be able to instrument the database calls. If we had paid developers and a big budget, we would be instrumenting the code to allow Telemetry tooling to work well with the Pekko libs but even at that, we would start with Actors and Streams and take ages to get around to Persistence and then Projections. GitHub link: https://github.com/apache/pekko/discussions/2166#discussioncomment-14387046 ---- This is an automatically sent email for notifications@pekko.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@pekko.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org