Details
Description
Currently the log records are the whole client request, including the schema information, etc. This can make them twice as big as they need to be, and might affect throughput. We should consider whether it's better to do all the decoding/schema projection "up front" on the leader, and then replicate a more "internal" form of the mutation, rather than replicating the client-provided request.