jolshan commented on code in PR #13675: URL: https://github.com/apache/kafka/pull/13675#discussion_r1213473971
########## core/src/main/scala/kafka/server/ReplicaManager.scala: ########## @@ -1019,13 +1029,14 @@ class ReplicaManager(val config: KafkaConfig, } /** - * Append the messages to the local replica logs + * Append the messages to the local replica logs. ReplicaManager#appendRecords should usually be + * used instead of this method. Review Comment: Those reasons make sense. The append path is pretty complex, so an overall refactor could do some good. But doesn't need to be a blocker here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org