You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
Currently, all tarball urls from public repo include the hostname registry.npmjs.org, thus once the initial json payload is downloaded via kappa, subsequent tarball requests are made of the public repo. This change will funnel all traffic through kappa, but more importantly through the private npm host/dns, such that caching can be added to the pipeline without messing with registry.npmjs.org via dns.
So instead of:
client --> kappa --> private couchdb -\
\---------------------------------\---> public repo
Currently, all tarball urls from public repo include the hostname
registry.npmjs.org
, thus once the initial json payload is downloaded via kappa, subsequent tarball requests are made of the public repo. This change will funnel all traffic through kappa, but more importantly through the private npm host/dns, such that caching can be added to the pipeline without messing withregistry.npmjs.org
via dns.So instead of:
you could support
client --> kappa --> private couchdb --> private cache --> public repo
The text was updated successfully, but these errors were encountered: