kafka/raft/src
feyman2016 db73d86ea6
KAFKA-10636; Bypass log validation and offset assignment for writes from the raft leader (#9739)
Since the Raft leader is already doing the work of assigning offsets and the leader epoch, we can skip the same logic in `Log.appendAsLeader`. This lets us avoid an unnecessary round of decompression.

Reviewers: dengziming <dengziming1993@gmail.com>, Jason Gustafson <jason@confluent.io>
2021-02-01 10:05:47 -08:00
..
main KAFKA-10636; Bypass log validation and offset assignment for writes from the raft leader (#9739) 2021-02-01 10:05:47 -08:00
test KAFKA-10636; Bypass log validation and offset assignment for writes from the raft leader (#9739) 2021-02-01 10:05:47 -08:00