Closed teskje closed 1 year ago
This PR adds MessageEvent logging for messages traveling over enter/leave channels.
MessageEvent
enter
leave
The motivation is to fix missing record counts in MZ's memory graphs: https://github.com/MaterializeInc/database-issues/issues/4126.
Some evidence that his actually helps:
With the current timely main:
With this branch:
This PR adds
MessageEvent
logging for messages traveling overenter
/leave
channels.The motivation is to fix missing record counts in MZ's memory graphs: https://github.com/MaterializeInc/database-issues/issues/4126.