fix jtd, remove temp files - final translation push

Signed-off-by: Alex Jenkins <kjenkins60@gatech.edu>
This commit is contained in:
Alex Jenkins 2026-04-10 23:20:41 -04:00
parent bfabe742d2
commit 62290d793c
543 changed files with 4399 additions and 1373 deletions

View file

@ -1,3 +1,9 @@
---
layout: default
title: "Pub/Sub Infrastructure"
parent: "Tech Specs"
---
# Pub/Sub Infrastructure
## Overview
@ -955,4 +961,3 @@ class Consumer:
- Could add optional persistence layer (e.g., retained messages, external store)
- Would allow supporting `initial_position='earliest'`
- Not required for initial implementation