You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When messages are prepared to be sent, first the key/preValue/value objects are encoded to byte arrays and then serialized again via Avro. This becomes a problem when the message size is big. We should avoid this series of serializations and minimize the serialization overhead.
The text was updated successfully, but these errors were encountered:
When messages are prepared to be sent, first the key/preValue/value objects are encoded to byte arrays and then serialized again via Avro. This becomes a problem when the message size is big. We should avoid this series of serializations and minimize the serialization overhead.
The text was updated successfully, but these errors were encountered: