feat(fastingest): new module for jetstream fast-ingest#40
Merged
Conversation
new orbit module surfaces startFastIngest + FastIngest types from @nats-io/jetstream/internal as stable orbit surface while the API is still internal upstream. mirrors counters layout. deps pinned to @nats-io/jetstream 3.4.0-0 (prerelease). ci.yml + release.yml updated to include fastingest.
bump deps to @nats-io/nats-core/jetstream 3.4.0-2 (matches nst). add @nats-io/nst + @nats-io/transport-deno to deno imports. tests/connect.ts registers transport-deno connect with nst. basics_test uses setup/cleanup/notCompatible against a real nats-server (fast-ingest needs 2.14+, demo.nats.io is 2.12).
@types/node ^24.12.2 -> ^25.6.2 across all modules (matches nats.js). release.yml node-version 24.x -> 25.x to match. ci.yml + release.yml deno-version 2.6.x -> 2.7.x (latest stable). ci.yml gains aricart/install-binary@v2.0.0 for nats-server, gated to matrix.module == 'fastingest' (only one needing real server).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fastingestre-exportsstartFastIngest,FastIngest,FastIngestOptions,FastIngestProgressfrom@nats-io/jetstream/internalallow_batched: true3.4.0-2(latest prerelease)@nats-io/nst@^3.4.0-2(published peer test tooling) — spawns a realnats-serverviasetup/cleanup/notCompatible. Avoids vendoring test_helpersnats-serverviaaricart/install-binary@v2.0.0, gated tomatrix.module == 'fastingest'Drive-by infra bumps (separate commit)
@types/node^24.12.2 -> ^25.6.2 across all modules (matches nats.js)node-version24.x -> 25.xdeno-version2.6.x -> 2.7.xTest plan