jolshan commented on code in PR #15968:
URL: https://github.com/apache/kafka/pull/15968#discussion_r2038538874
##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -1361,10 +1366,10 @@ class ReplicaManager(val config: KafkaConfig,
*/
private def appendToLocalLog(internalTopicsAllowed: Boolean,
origin: AppendOrigin,
- entriesPerPartition: Map[TopicPartition,
MemoryRecords],
+ entriesPerPartition: Map[TopicIdPartition,
MemoryRecords],
Review Comment:
Did we end up doing the getPartitionOrException in this PR?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]