michaeljmarshall commented on a change in pull request #13606:
URL: https://github.com/apache/pulsar/pull/13606#discussion_r779186259



##########
File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java
##########
@@ -740,16 +740,17 @@ public void connectionOpened(final ClientCnx cnx) {
         }
 
         boolean isDurable = subscriptionMode == SubscriptionMode.Durable;
-        MessageIdData startMessageIdData = null;

Review comment:
       Why don't we just make this line `final MessageIdData 
startMessageIdData;`? That would limit the number of changes here.




-- 
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: [email protected]

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


Reply via email to