KIP-930 — Rename ambiguous Tiered Storage Metrics
Accepted Kafka 3.6 Tiered StorageMetrics
Renames tiered storage metrics `RemoteBytesIn`/`RemoteBytesOut` to `RemoteBytesRead`/`RemoteBytesWritten` to align with Kafka's standard `BytesIn`/`BytesOut` semantics (in=written-to, out=read-from). The original naming was inverted relative to broker convention, causing operator confusion in dashboards.
Protocol Impact
Details
| Author | Satish Duggana |
| Status | Accepted |
| Kafka Version | 3.6 |
| JIRA | KAFKA-15236 |
| Wiki | View on Apache Wiki |
| Created | 2023-05-12 |
| Last Modified | 2023-09-25 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.