Technoboy- commented on code in PR #24189: URL: https://github.com/apache/pulsar/pull/24189#discussion_r2148995900
########## pulsar-client/src/main/java/org/apache/pulsar/client/impl/GeoReplicationProducerImpl.java: ########## @@ -244,6 +245,13 @@ private boolean isReplicationMarker(OpSendMsg op) { && Markers.isReplicationMarker(op.msg.getMessageBuilder().getMarkerType()); } + @Override + public void printWarnLogThatCanNotDetermineDeduplication(Channel channel, long sourceLId, long sourceEId) { Review Comment: `printWarnLogThatCanNotDetermineDeduplication` -> `printWarnLogWhenCanNotDetermineDeduplication` -- 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...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org