zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

[WIP] Tokio Porting

Open YuanYuYuan opened this issue 1 year ago • 8 comments

  • [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
  • [ ] 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

YuanYuYuan avatar Oct 11 '23 10:10 YuanYuYuan

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 :)

Charles-Schleich avatar Dec 04 '23 13:12 Charles-Schleich

Any update if this PR is till active?

marvin-hansen avatar Dec 14 '23 05:12 marvin-hansen

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.

YuanYuYuan avatar Dec 14 '23 08:12 YuanYuYuan

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.

YuanYuYuan avatar Dec 14 '23 08:12 YuanYuYuan

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: @.***>

marvin-hansen avatar Dec 14 '23 08:12 marvin-hansen

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.

Mallets avatar Dec 14 '23 13:12 Mallets

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.

marvin-hansen avatar Dec 22 '23 14:12 marvin-hansen

@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.

fuzzypixelz avatar Jan 12 '24 16:01 fuzzypixelz