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

Matcher v2 #539

Closed
wants to merge 4 commits into from
Closed

Matcher v2 #539

wants to merge 4 commits into from

Conversation

maurafortino
Copy link
Contributor

@maurafortino maurafortino commented Aug 27, 2024

What's Included:

  • MatcherV2 for RegistryV2 - Kafka
  • Bare bones set up for MatcherV2 - Needs Discussion
  • small fix for MatcherV1

Should not be reviewed/merged until: #538 is merged

if deviceRegex.MatchString(msg.Source) || deviceRegex.MatchString(strings.TrimPrefix(msg.Destination, "event:")) {
matchDevice = true
break
if matcher != nil{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is how old caduceus is doing this:

if matcher != nil {

@maurafortino maurafortino marked this pull request as draft August 27, 2024 17:39
@maurafortino
Copy link
Contributor Author

closing - this is an old MR that is no longer applicable.

@maurafortino maurafortino deleted the MatcherV2 branch December 13, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant