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

Optimize RoutingContext keyexpr for Query and Response messages #1266

Conversation

oteffahi
Copy link
Contributor

@oteffahi oteffahi commented Jul 25, 2024

This PR replicates Push egress routing logic for Query, Response and ResponseFinal messages. Skips allocation of String for the RoutingContext on the critical path of each message, which should improve performance.

Also includes fix to flaky Authentication lowlatency transport test (See issue #1267).

Closes #1255

@oteffahi
Copy link
Contributor Author

@OlivierHecart @Mallets Requesting reviews.

Thnx!

@oteffahi
Copy link
Contributor Author

@fuzzypixelz Could you please add the enhancement label to this PR? Thanks :)

@oteffahi
Copy link
Contributor Author

Current key_expr routing context for ResponseFinal egress isn't consistent. Drafting PR for the time being.

@oteffahi oteffahi marked this pull request as draft July 25, 2024 15:08
@fuzzypixelz fuzzypixelz added the enhancement Existing things could work better label Jul 25, 2024
@oteffahi oteffahi marked this pull request as ready for review July 26, 2024 09:44
@Mallets Mallets merged commit e38fc16 into eclipse-zenoh:dev/1.0.0 Jul 26, 2024
12 checks passed
Mallets added a commit that referenced this pull request Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Existing things could work better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants