ssfve opened a new issue, #7225: URL: https://github.com/apache/seatunnel/issues/7225
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Trying to consume from rocketMq-source, only send 1 message to topics, but will duplicate consume again and again, script is written in streaming will keep running, there are 4 queues, because the consume is a pull consumer and poll actively, my consumer group have 4 queues, the consumer group is set to broadcast mode(not needed), every consumer could consumer the message and offset is not updated, thus in the screenshot, 4 - 8 -12 ... ### SeaTunnel Version 2.3.5 ### SeaTunnel Config ```conf env { execution.parallelism = 1 job.mode = "STREAMING" job.name = "v2.streaming.config.rocketmq-paimon.track" checkpoint.interval = 1000 } source { Rocketmq { name.srv.addr = "10.30.21.52:9876" topics = "TEST-TRACK-DL-BTN-webhook-T" #topics = "SeaTunnel-Consumer-Group" #start.mode = "CONSUME_FROM_GROUP_OFFSETS" #consumer.group = "TEST-TRACK-DL-BTN-webhook-T-datahub-C" #partition.discovery.interval.millis = 1000 #commit.on.checkpoint=false batch.size=1 format = "json" schema = { fields { eventProps = "map<string, string>" deviceProps = "map<string, string>" uuidWebsite = string uuidApp = string userId = int source = string } } } } sink { Console { } } ``` ### Running Command ```shell $SEATUNNEL_HOME/bin/seatunnel.sh --config /home/user488/seatunnel/v2.streaming.config.rocketmq-console.track ``` ### Error Exception ```log duplicate consume, ingestion is ok, consumerOffset not updated in time run in cluster mode using Zeta Engine ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org