Skip to content

feat(streams): bounded-concurrency getStreamInfos fan-out helper (#622) - #650

Merged
Jaydbrown merged 4 commits into
conduit-protocol:mainfrom
ZacLou:feat-get-stream-infos-622
Aug 31, 2026
Merged

feat(streams): bounded-concurrency getStreamInfos fan-out helper (#622)#650
Jaydbrown merged 4 commits into
conduit-protocol:mainfrom
ZacLou:feat-get-stream-infos-622

Conversation

@ZacLou

@ZacLou ZacLou commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Closes #622

  • Adds StreamsModule.getStreamInfos(ids, { maxConcurrency }) for bounded-concurrency fan-out.
  • Returns { results, failures } so one bad ID does not fail the whole batch.
  • Preserves input order and defaults concurrency to DEFAULT_LIST_CONCURRENCY (8).
  • Exports the new types and adds regression tests.

@Jaydbrown
Jaydbrown merged commit a480ad0 into conduit-protocol:main Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bounded-concurrency getStreamInfo fan-out helper

2 participants