Closed DanielLavie closed 5 months ago
Renames the statsByStatusCode field in KafkaAggregation to statsByErrorCode. Renaming a proto field doesn't break the wire protocol, so backward compatibility is not a concern in this case.
statsByStatusCode
KafkaAggregation
statsByErrorCode
What does this PR do?
Renames the
statsByStatusCode
field inKafkaAggregation
tostatsByErrorCode
. Renaming a proto field doesn't break the wire protocol, so backward compatibility is not a concern in this case.