cbornet commented on a change in pull request #6720:
URL: https://github.com/apache/pulsar/pull/6720#discussion_r435827302



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Producer.java
##########
@@ -88,7 +88,7 @@
 
     private final SchemaVersion schemaVersion;
 
-    public Producer(Topic topic, ServerCnx cnx, long producerId, String 
producerName, String appId,
+    public Producer(Topic topic, TransportCnx cnx, long producerId, String 
producerName, String appId,

Review comment:
       Not breaking as ServerCnx is now an impl of TransportCnx




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to