sijie commented on a change in pull request #2471: Pulsar Java Client Interceptors. URL: https://github.com/apache/incubator-pulsar/pull/2471#discussion_r213765156
########## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java ########## @@ -242,7 +242,7 @@ public void testConcurrentReplicator() throws Exception { Thread.sleep(3000); Mockito.verify(pulsarClient, Mockito.times(1)).createProducerAsync(Mockito.any(ProducerConfigurationData.class), - Mockito.any(Schema.class)); + Mockito.any(Schema.class), null); Review comment: eq(null) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services