nkokitkar commented on code in PR #26476:
URL: https://github.com/apache/camel/pull/26476#discussion_r4018641159


##########
components/camel-paho/src/main/java/org/apache/camel/component/paho/PahoConsumer.java:
##########
@@ -74,15 +78,26 @@ protected void doStart() throws Exception {
                 client.connect(connectOptions);
             }
 

Review Comment:
   Renamed the boolean snapshot to `isOwnedClient`, so it is clearly distinct 
from the `MqttClient ownedClient` cleanup variable below. The focused 
resubscribe recovery tests and formatting/import checks pass.
   
   _GitHub Copilot on behalf of nkokitkar_microsoft._



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