chore(tra-963): remove dead Redpanda Connect ingester source artifacts#474
Merged
mikestankavich merged 2 commits intoJun 9, 2026
Merged
Conversation
The RC ingester runtime was decommissioned in TRA-907 (helm release removed, GKE + preview on the in-backend Go subscriber, Railway dead). This removes the now-dead source-tree artifacts: - delete ingester/connect.yaml, ingester/justfile (RC config + recipes) - delete ingester/acceptance/capture-cs463.sh (sourced the dead EMQX Cloud) - drop the redpanda-connect `ingester` service from docker-compose.yaml - drop the `ingester` delegate recipe + `ing` alias from the root justfile Preserve the still-useful CS463 broker-acceptance deck (TRA-834): it publishes a frozen, non-recapturable corpus over MQTT and asserts rows land in tag_scans, so it now validates the in-backend Go subscriber unchanged. Relocated to test/acceptance/cs463-replay/ with README/comments reworded off Redpanda Connect. docs/architecture-decisions.md left as-is: it's a frozen historical planning snapshot (still lists Railway / deferred-RLS), not living docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
🚀 Preview Deployment Update ✅ This PR has been successfully merged into the preview branch. The preview environment will update shortly at: https://app.preview.trakrf.id |
trakrf-preview-sync Bot
pushed a commit
that referenced
this pull request
Jun 9, 2026
…source artifacts
trakrf-preview-sync Bot
pushed a commit
that referenced
this pull request
Jun 9, 2026
…source artifacts
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.
Closes TRA-963. Follow-up to TRA-907 (RC runtime already decommissioned in infra — helm release removed, GKE + preview on the in-backend Go subscriber, Railway dead). This deletes the leftover RC source-tree artifacts.
Removed (dead RC runtime)
ingester/connect.yaml— RC pipeline config (MQTT → raw INSERT intotag_scans)ingester/justfile— RC docker-compose recipesingester/acceptance/capture-cs463.sh— sourced the now-dead EMQX Cloud (TRA-828); no longer runnabledocker-compose.yaml— theingester:redpanda-connect servicejustfile— theingesterdelegate recipe +alias ingRelocated & kept (NOT dead)
The CS463 broker-acceptance deck (TRA-834) is not RC-specific — it
mosquitto_pubs a corpus and asserts rows land intag_scans, so it validates whatever is subscribed. It now exercises the in-backend Go subscriber (TRA-900) unchanged. The corpus (cs463.tsv, 2521 real messages / 4 capture points / 71 EPCs) was captured from EMQX Cloud and is not recapturable.ingester/acceptance/{replay-cs463.sh,README.md,corpus/cs463.tsv}→test/acceptance/cs463-replay/CORPUSpathDeliberately untouched
backend/internal/ingest/*,backend/internal/cmd/serve/serve.go— the live Go path (only historical comments mention RC)spec/,docs/superpowers/— historical recorddocs/architecture-decisions.md— a frozen historical planning snapshot (still lists "Railway initially", "Defer RLS", etc.); selectively patching one stale RC line would make it less coherent, so left as-isVerification
just --listparses;ingesterrecipe/alias gone, all other recipes intactdocker compose config -qexits 0; noingesterservice remainsgrep -rn ingester|redpandaover the active tree (excl. historical + live Go path) is cleanInternal-only, no API/docs surface → no docs PR.
🤖 Generated with Claude Code