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



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Topic.java
##########
@@ -102,7 +102,7 @@ default long getOriginalHighestSequenceId() {
      */
     void recordAddLatency(long latency, TimeUnit unit);
 
-    CompletableFuture<Consumer> subscribe(ServerCnx cnx, String 
subscriptionName, long consumerId, SubType subType,
+    CompletableFuture<Consumer> subscribe(TransportCnx cnx, String 
subscriptionName, long consumerId, SubType subType,

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