cloudflare / daphne

Implementation of DAP
BSD 3-Clause "New" or "Revised" License
129 stars 26 forks source link

Archive daphne_worker #391

Closed cjpatton closed 8 months ago

cjpatton commented 1 year ago

The Cloudflare-internal version of daphne_worker has diverged so much from this repo that the maintenance burden is beginning to outweigh the benefits of keeping it public. Once we have a version of daphne_worker that customers can deploy, we will upstream it. The plan will be to:

  1. Update daphne, daphne_worker to the latest version of DAP
  2. Mark daphne_worker as end-of-life
  3. Cut a release of both crates.
cjpatton commented 8 months ago

At this point, daphne_worker won't be archived because ti defines the storage proxy, which is a Workers component that is integral to the new architecture. The old prototype is now in its own module, dap_prototype, that is marked as deprecated. We will remove this module when the new service is up.