@@ -95,8 +95,8 @@ Implemented in the current source:
9595 rebalance-aware completed-offset coordination is implemented.
9696
9797These modes are implemented and unit-tested. The partition-ordered/queued
98- combination has completed a valid sustained local Kafka run ; the remaining
99- mode comparison matrix and a new AWS run are still pending.
98+ combination has completed valid sustained local and private AWS Kafka runs ; the
99+ remaining mode comparison matrix is still pending.
100100
101101Default compatibility values remain:
102102
@@ -169,8 +169,32 @@ Verified for the current source on 2026-07-25 UTC:
169169- Kafka was published only on ` 127.0.0.1:9092 ` ; the benchmark network was
170170 internal; ingress and output runners exposed no ports. Final topic and disk
171171 reclamation checks passed.
172- - No AWS rerun has been attempted after the valid local result. All resources
173- from the previous AWS attempt remain verified deleted.
172+ - The corrected private AWS harness passed three 120-second
173+ partition-ordered/queued repetitions after a one-million-record untimed
174+ warm-up per repetition. Each repetition reconciled exactly 16,200,000
175+ records across ingress, input offsets, consumed, produced, broker-delivered,
176+ output offsets, and the independent output validator, with zero errors.
177+ - Publication-eligible AWS aggregate at commit
178+ ` d848f118e62b41c7605250c69c9da087af688d0c ` : median
179+ ` 106,692.649362 msg/s ` , minimum ` 106,651.683407 ` , maximum
180+ ` 106,798.575491 ` , coefficient of variation ` 0.0580% ` , median ` 1.124 `
181+ StreamForge mean cores, and median peak RSS ` 137.1 MiB ` .
182+ - Environment: AWS ` c7i.2xlarge ` , Intel Xeon Platinum 8488C, 8 partitions,
183+ 8 threads, and target ingress of 135,000 messages/second. All repetitions
184+ were classified as engine-saturated rather than ingress-limited.
185+ - The workload ran in a private subnet with no public IP, internet gateway,
186+ NAT gateway, load balancer, SSH access, or public security-group rule.
187+ PrivateLink endpoint ingress used security-group references only.
188+ - The ECR image scan completed with zero critical findings. The environment was
189+ intentionally isolated and ephemeral; inherited high and medium base-image
190+ findings remain a reason not to treat this benchmark image as a production
191+ runtime image.
192+ - ` terraform destroy ` reported 45 resources destroyed. Direct AWS service
193+ inventories then found zero live benchmark EC2 instances, volumes, ENIs,
194+ VPCs, endpoints, S3 buckets, ECR repositories, CodeBuild projects, IAM roles,
195+ active task definitions, or Auto Scaling groups. ECS retains only an
196+ ` INACTIVE ` deleted-cluster record with zero registered, running, or pending
197+ tasks.
174198
175199Previously verified on 2026-07-24:
176200
@@ -214,9 +238,9 @@ from a blanket SIMD rewrite:
214238 partition-ordered/acknowledged, and partition-ordered/queued.
2152392 . Run a clean-worktree, matched Java/Rust comparison with identical payloads,
216240 partitions, acknowledgement semantics, warm-up, duration, and validation.
217- 3 . Provision the later AWS benchmark with cost-bounded Terraform and
218- ECS-on-EC2 jobs only after the local matrix passes; keep all endpoints
219- private or restricted to the user's IP .
241+ 3 . Reuse the validated cost-bounded private Terraform/ECS environment for
242+ matched reruns; keep the billable runtime disabled except during a bounded
243+ measurement window .
2202444 . Keep raw/lazy envelope work behind the existing 30% parse/serialization
221245 threshold; the AWS passthrough profile measured about 16.5% parsing and 3.2%
222246 serialization on overlapping inclusive stacks.
0 commit comments