Stop forwarding SagaAudit messages from the primary instance to the audit instance
mauroservienti opened this issue · 1 comments
mauroservienti commented
The primary instance forwards SagaAudit message to the audit instance and logs a warning:
ServiceControl/src/ServiceControl/SagaAudit/SagaUpdatedHandler.cs
Lines 28 to 30 in 6fe6ede
As the comment mentions, in v6, we want to remove that behavior. Evaluate if it's worth throwing an error.
DavidBoike commented
Decided not to deprecate this "workaround" after all, as it provides a self-healing aspect to a misconfigured ServiceControl system. Instead we will elevate the log warning to a custom check that will be visible in ServicePulse in #4523.