This PR's implementation conflicts with the wildcard subscription support merged in PR #52. The filtering feature needs to be redesigned to:
- Work with wildcard patterns (the current implementat…
Rebased on main and fixed the implementation to work with the wildcard subscription support. The metrics are now integrated with both exact and wildcard subscriptions. All tests pass.
Closing this PR - main now has comprehensive EventBus tests from PR #52 (wildcard subscriptions). The metrics code added here overlaps with issue #22 (PR #49) and should be addressed there. The…
AI Code Review
This is an automated review generated by the code-reviewer agent.
Summary
Excellent enhancement that adds automated linting to the code review process. The implementation…
AI Code Review
This is an automated review generated by the code-reviewer agent.
Summary
This PR adds comprehensive unit tests for EventBus along with a full metrics/observability…
AI Code Review
This is an automated review generated by the code-reviewer agent.
Summary
PR adds namespace event filtering with event type and actor pattern support. Implementation is…
AI Code Review
This is an automated review generated by the code-reviewer agent.
Summary
Comprehensive integration test suite for NATSEventBus with excellent coverage of cross-node…