zenoh
zenoh copied to clipboard
[WIP] Tokio Porting
- [x] Examples
- [x] IO
- [x] zenoh-tranport
- [x] Pass all tests
- [x] zenoh-links
- [x] unixsock_stream
- [x] udp
- [x] unixpipe
- [x] ws
- [x] quic
- [x] tcp
- [x] serial
- [x] tls
- [x] zenoh-tranport
- [ ] Pass top-level tests
- [ ] Debug the tests with unstable feature
- [x] ~Upgrade QUIC link to rustls 0.22.2. Currently it's blocked by https://github.com/quinn-rs/quinn/pull/1715~ Maintain an older version of rustls in QUIC link. Upgrading the TLS link only.
- [x] Plugins
- [x] Fine-tune the
ZRuntime
- [x] Documentation
Hi @YuanYuYuan Just doing some house keeping, Is this a Draft / WIP PR ? If so can we maybe label this as a Draft / WIP PR so we know what the status of it is :)
Any update if this PR is till active?
Hi @YuanYuYuan Just doing some house keeping, Is this a Draft / WIP PR ? If so can we maybe label this as a Draft / WIP PR so we know what the status of it is :)
Oops, sorry I missed this message. Let me mark it as WIP in the title and convert it to a Draft PR.
Any update if this PR is till active?
Sure. We've been testing the performance on this porting. FYI, this is on our roadmap for the 1.0.0 release.
Any chance to issue a pre-release RC so that I can test it?
Also, is there an ETA for the 1.0, release?
On Thu, Dec 14, 2023 at 4:04 PM YuanYuYuan @.***> wrote:
Any update if this PR is till active?
Sure. We've been testing the performance on this porting. FYI, this is on our roadmap for the 1.0.0 release.
— Reply to this email directly, view it on GitHub https://github.com/eclipse-zenoh/zenoh/pull/566#issuecomment-1855362319, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFYR7XFRNTLTYNADUHXXVMDYJKXIXAVCNFSM6AAAAAA53XYGL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJVGM3DEMZRHE . You are receiving this because you commented.Message ID: @.***>
This PR is not ready yet to be merged and a pre-release is not planned. In the meanwhile, we will be very glad if you could test this PR and provide some feedback. It will definitely increase our test coverage before going into master.
I've moved away from Zenoh to Fluvio.io to progress my project therefore I can't allocate time to tinker around with an untested PR.
@YuanYuYuan Please change your pull request's base branch to main (new default branch). And rebase your branch against main
as it is missing a status check necessary to merge this pull request but which is only available on main
.