Open romanett opened 2 months ago
Attention: Patch coverage is 88.57143%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 55.40%. Comparing base (
a29d871
) to head (409a51b
). Report is 8 commits behind head on develop/main374.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
due to the breaking interface changes it has to be merged after a version bump
This PR does not need to be merged to develop/durable as it is already included in #2683
@romanett lets keep this PR as draft for now, maybe we want to use it already before the durable subscription release is ready.
Proposed changes
This PR improves publishing operation to avoid discarding values when a large queueSize is used for DataValues / Events or a large number of monitored items is created in a single subscription.
This fix changes the MonitoredItem Interface for the Publish Methods.
Types of changes
Checklist
Further comments
This PR is needed for reliable operation of durable subscriptions.