-
Notifications
You must be signed in to change notification settings - Fork 193
[ZEN-530] Add link protocols subject to interceptors #1850
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
[ZEN-530] Add link protocols subject to interceptors #1850
Conversation
PR missing one of the required labels: {'documentation', 'dependencies', 'enhancement', 'new feature', 'breaking-change', 'bug', 'internal'} |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1850 +/- ##
==========================================
+ Coverage 71.19% 71.22% +0.02%
==========================================
Files 363 363
Lines 65947 66047 +100
==========================================
+ Hits 46952 47043 +91
- Misses 18995 19004 +9 ☔ View full report in Codecov by Sentry. |
Tracked in Jira as [ZEN-530] |
8f99c64
to
0bc629a
Compare
…ic (#591) * Bump zenoh-c to ffa4bdd, zenoh-cpp to 868fdad and zenoh to 3f62ebc * Apply same config changes than eclipse-zenoh/zenoh#1825 * Apply same config changes than eclipse-zenoh/zenoh#1850 * For RELIABLE+TRANSIENT_LOCAL topics, enable sample_miss_detection and recovery for end-to-end reliability
…ic (#591) * Bump zenoh-c to ffa4bdd, zenoh-cpp to 868fdad and zenoh to 3f62ebc * Apply same config changes than eclipse-zenoh/zenoh#1825 * Apply same config changes than eclipse-zenoh/zenoh#1850 * For RELIABLE+TRANSIENT_LOCAL topics, enable sample_miss_detection and recovery for end-to-end reliability (cherry picked from commit a9ab960)
…ic (#591) * Bump zenoh-c to ffa4bdd, zenoh-cpp to 868fdad and zenoh to 3f62ebc * Apply same config changes than eclipse-zenoh/zenoh#1825 * Apply same config changes than eclipse-zenoh/zenoh#1850 * For RELIABLE+TRANSIENT_LOCAL topics, enable sample_miss_detection and recovery for end-to-end reliability (cherry picked from commit a9ab960)
…ic (#591) (#593) * Bump zenoh-c to ffa4bdd, zenoh-cpp to 868fdad and zenoh to 3f62ebc * Apply same config changes than eclipse-zenoh/zenoh#1825 * Apply same config changes than eclipse-zenoh/zenoh#1850 * For RELIABLE+TRANSIENT_LOCAL topics, enable sample_miss_detection and recovery for end-to-end reliability (cherry picked from commit a9ab960) Co-authored-by: Julien Enoch <[email protected]>
…ic (#591) (#594) * Bump zenoh-c to ffa4bdd, zenoh-cpp to 868fdad and zenoh to 3f62ebc * Apply same config changes than eclipse-zenoh/zenoh#1825 * Apply same config changes than eclipse-zenoh/zenoh#1850 * For RELIABLE+TRANSIENT_LOCAL topics, enable sample_miss_detection and recovery for end-to-end reliability (cherry picked from commit a9ab960) Co-authored-by: Julien Enoch <[email protected]>
Link protocols can be used to identify transports that should have interceptor rules applied to them.
For example:
The configuration field is named
link_protocols
. Possible values are all of Zenoh's currently supported link protocols:tcp
,udp
,tls
,quic
,ws
,serial
,unixsock-stream
,unixpipe
,vsock
.This change does not break compatibility with existing interceptor configurations.