Skip to content

[DX-3050] add chip fanout router#2504

Merged
Tofel merged 11 commits intomainfrom
dx-3050-chip-fanout-router
Apr 7, 2026
Merged

[DX-3050] add chip fanout router#2504
Tofel merged 11 commits intomainfrom
dx-3050-chip-fanout-router

Conversation

@Tofel
Copy link
Copy Markdown
Contributor

@Tofel Tofel commented Apr 1, 2026

Check the added doc below for description.

@Tofel Tofel requested a review from a team as a code owner April 1, 2026 14:29
Copilot AI review requested due to automatic review settings April 1, 2026 14:29
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

👋 Tofel, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new chiprouter component intended to “own” the fixed ChIP ingress port and fan out incoming telemetry to multiple downstream subscribers, simplifying local CRE topologies.

Changes:

  • Add a new framework/components/chiprouter Go module, container image (Dockerfile), runtime binary (cmd/chip-router), and a CTF Testcontainers component wrapper.
  • Update documentation to include the new Chip Router component and add a changeset entry.
  • Remove the default value for the compatibility testing CLI buildcmd flag and update dockercompose module dependencies.

Reviewed changes

Copilot reviewed 9 out of 11 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
framework/components/dockercompose/go.mod Dependency bumps (protobuf/otel/x/*/grpc/etc.).
framework/components/dockercompose/go.sum Corresponding checksum updates for dependency bumps.
framework/components/chiprouter/go.mod New module definition for chiprouter component.
framework/components/chiprouter/go.sum New dependency lockfile for chiprouter module.
framework/components/chiprouter/Dockerfile Container build/runtime image for chip-router binary.
framework/components/chiprouter/cmd/chip-router/main.go Implements router runtime: gRPC ingress + HTTP admin API for subscriber registration.
framework/components/chiprouter/chiprouter.go CTF component wrapper to run chip-router via Testcontainers + admin API helpers.
framework/cmd/main.go Removes default value for buildcmd flag.
framework/.changeset/v0.15.11.md Release note entry for buildcmd change + chiprouter addition.
book/src/SUMMARY.md Adds Chip Router doc to the book table of contents.
book/src/framework/components/chiprouter/chip_router.md New Chip Router documentation page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread framework/components/chiprouter/cmd/chip-router/main.go Outdated
Comment thread framework/components/chiprouter/cmd/chip-router/main.go Outdated
Comment thread framework/components/chiprouter/cmd/chip-router/main.go Outdated
Comment thread framework/components/chiprouter/go.mod
Comment thread framework/components/chiprouter/chiprouter.go
Comment thread framework/.changeset/v0.15.11.md Outdated
@Tofel Tofel force-pushed the dx-3050-chip-fanout-router branch from 2482d63 to f9a4559 Compare April 1, 2026 14:59
@Tofel Tofel force-pushed the dx-3050-chip-fanout-router branch from 37a9c66 to b6fb26c Compare April 2, 2026 08:55
@Tofel Tofel force-pushed the dx-3050-chip-fanout-router branch from b6fb26c to 10062ac Compare April 2, 2026 09:11
@Tofel Tofel force-pushed the dx-3050-chip-fanout-router branch from 047c6a5 to 3e68714 Compare April 7, 2026 13:28
@Tofel Tofel force-pushed the dx-3050-chip-fanout-router branch from d5fff4b to c6d97b7 Compare April 7, 2026 15:05
@Tofel Tofel merged commit fd3260b into main Apr 7, 2026
74 of 76 checks passed
@Tofel Tofel deleted the dx-3050-chip-fanout-router branch April 7, 2026 17:19
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.

3 participants