Skip to content

Commit

Permalink
MINOR: fix KafkaRaftManager typo (apache#17738)
Browse files Browse the repository at this point in the history
Reviewers: TengYao Chi <kitingiao@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
m1a2st authored Nov 11, 2024
1 parent beb790e commit 0a81dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/kafka/raft/RaftManager.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ object KafkaRaftManager {
*
* This is only used by ZK brokers that are in pre-migration or hybrid mode of the ZK to KRaft migration.
* The rationale for deleting the metadata log in these cases is that it is safe to do on brokers and it
* it makes recovery from a failed migration much easier. See KAFKA-16463.
* makes recovery from a failed migration much easier. See KAFKA-16463.
*
* @param config The broker config
*/
Expand Down

0 comments on commit 0a81dd5

Please sign in to comment.