HHoflittlefish777 commented on code in PR #32098: URL: https://github.com/apache/doris/pull/32098#discussion_r1522765662
########## fe/fe-core/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java: ########## @@ -741,7 +752,8 @@ public boolean hasMoreDataToConsume(UUID taskId, Map<Integer, Long> partitionIdT // all offsets to be consumed are newer than offsets in cachedPartitionWithLatestOffsets, // maybe the cached offset is out-of-date, fetch from kafka server again List<Pair<Integer, Long>> tmp = KafkaUtil.getLatestOffsets(id, taskId, getBrokerList(), - getTopic(), getConvertedCustomProperties(), Lists.newArrayList(partitionIdToOffset.keySet())); + getTopic(), getConvertedCustomProperties(null), Review Comment: "hasMoreDataToConsume" will send RPC to Kafka , I think it still need corresponding rack as param. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org