My understanding of the produce message conversions metric is that the
metric is specifically for message format up-conversion which is
independent of TLS being enabled.
It’s also worth noting that the zero-copy sendfile is not used on the
produce path, only the fetch path.
On Thu, Feb 23, 2023 a
Hey lads,
I was thinking about message conversions and zero copy, as we know TLS will
break the zero copy as the encrypt/decrypt happens in userland, correct?
For example ProduceMessageConversionsPerSec will be triggered when a
message must be converted (for example compressing at topic level).