Skip to content

[DX-3050] add chip fanout router#2504

Open
Tofel wants to merge 4 commits intomainfrom
dx-3050-chip-fanout-router
Open

[DX-3050] add chip fanout router#2504
Tofel wants to merge 4 commits intomainfrom
dx-3050-chip-fanout-router

Conversation

@Tofel
Copy link
Copy Markdown
Contributor

@Tofel Tofel commented Apr 1, 2026

No description provided.

@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.

@Tofel Tofel force-pushed the dx-3050-chip-fanout-router branch from 2482d63 to f9a4559 Compare April 1, 2026 14:59
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.

2 participants