mynkow

Results 61 comments of mynkow

>If we are working on Cronus main project and pumping beta versions, do we need to automatically update all the packages with beta versions? From my point of view the...

We have successfully switched to semantic release. The integration with dependabot will wait for now because it is not working properly with nuget packages which use SemVer2.0 https://github.com/dependabot/dependabot-core/issues/3643

First we need this issue to be resolved => https://github.com/Elders/Cronus/issues/60

@Elders/developers Is the correlation ID involved here?

Now that we have a CorrelationId and a CausationId we can buld system projections for each relation type. CorrelationProjection where the ID will be the CorrelationId. It will be populated...

The tracking headers are implemented here: https://github.com/Elders/Cronus/blob/release-6.0.0/src/Elders.Cronus/MessageProcessing/CronusPublisher.cs

Microsoft has a very good [abstraction](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.activity?view=netcore-3.1) for this. Here is also a [good article](https://devblogs.microsoft.com/aspnet/improvements-in-net-core-3-0-for-troubleshooting-and-monitoring-distributed-apps/) from Microsoft. And a[ good series](https://jimmybogard.com/building-end-to-end-diagnostics-and-tracing-a-primer/) from JIMMY BOGARD So my proposal here is to research...

Approved! POC is done and working.

Good, however I suggest to keep the original `Configuration.md` file and add links to the satellite projects' configuration files. The links must use the `master` branch in the URL.

Also optimisations are needed when invoking Handle from message processor => https://github.com/Elders/Cronus/blob/master/src/Elders.Cronus/MessageProcessing/MessageProcessorSubscription.cs#L98