This is an automated email from the ASF dual-hosted git repository.

jt2594838 pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/dev/1.3 by this push:
     new a35a115e409 Fix encrypted password pull consumer commit mode (#18044) 
(#18064)
a35a115e409 is described below

commit a35a115e409893f173f8dc7b0e576d7c2b65dcf3
Author: Caideyipi <[email protected]>
AuthorDate: Tue Jun 30 15:35:27 2026 +0800

    Fix encrypted password pull consumer commit mode (#18044) (#18064)
    
    (cherry picked from commit bd952e15645781a29e415f1abbf7056126ec4cdd)
---
 .../it/triple/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
index 9987ebe9732..0cba31735a0 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/regression/param/IoTDBEncryptedPasswordPullConsumerIT.java
@@ -150,6 +150,7 @@ public class IoTDBEncryptedPasswordPullConsumerIT extends 
AbstractSubscriptionRe
         .encryptedPassword(encryptedPassword)
         .consumerId("consumer_" + consumerGroupId)
         .consumerGroupId(consumerGroupId)
+        .autoCommit(false)
         .buildPullConsumer();
   }
 

Reply via email to