The Kafka Streams runner reports only attempted metric values. MetricResults exposes what the SDK harness reported per bundle, folded into the job's step map, with no committed variant, and UsesCommittedMetrics is excluded from the ValidatesRunner suite.
Committed metrics would need the metric updates to be committed atomically with the records and offsets of the bundle that produced them.
Part of #18479.
The Kafka Streams runner reports only attempted metric values.
MetricResultsexposes what the SDK harness reported per bundle, folded into the job's step map, with no committed variant, andUsesCommittedMetricsis excluded from the ValidatesRunner suite.Committed metrics would need the metric updates to be committed atomically with the records and offsets of the bundle that produced them.
Part of #18479.