Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement subscription filter #780

Merged
merged 57 commits into from
May 21, 2024

Conversation

Aenimus
Copy link
Member

@Aenimus Aenimus commented May 10, 2024

Motivation and Context

TODO

@Aenimus Aenimus marked this pull request as ready for review May 16, 2024 17:53
Copy link
Contributor

@StarpTech StarpTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one point other than that great work!

router/config.yaml Outdated Show resolved Hide resolved
@Aenimus Aenimus requested a review from StarpTech May 16, 2024 22:31
Copy link
Member

@jensneuse jensneuse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you've implemented unnecessarily overlapping tests.
The filter is transport agnostic as it's implemented in the engine.
If we change something in the future, we'd have to change all tests for all transports, but we're not getting any additional value from these overlapping tests.
If I'm not missing something, I'd prefer to have as few tests as possible and as many as they are adding additional test coverage, which is not the case here.

That said, looks very good!

@Aenimus Aenimus marked this pull request as draft May 20, 2024 21:45
@Aenimus Aenimus marked this pull request as ready for review May 21, 2024 17:04
StarpTech and others added 7 commits May 21, 2024 19:20
…tion-filter

# Conflicts:
#	aws-lambda-router/go.mod
#	aws-lambda-router/go.sum
#	composition-go/index.global.js
#	demo/go.mod
#	demo/go.sum
#	router-tests/go.mod
#	router-tests/go.sum
#	router-tests/kafka_events_test.go
#	router-tests/nats_events_test.go
#	router/gen/proto/wg/cosmo/node/v1/node.pb.go
#	router/go.mod
#	router/go.sum
Copy link
Contributor

@StarpTech StarpTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aenimus Aenimus merged commit 444a766 into main May 21, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants