data subscripition issue
Open
@yu285 is already working on this.
Since Nov 27, 2023.
bug
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
问题:
taos版本: 3.1.1.0
服务器环境: linux
开发语言: java
描述:
根据官方文档创建数据订阅,启动程序建立订阅通道以及创建消费者消费数据,使用默认的自动提交方式消费。
每分钟自动拉取最新的数据进行消费,但是拉取的数据时只能拉取到部分数据,其他数据需等待2,3后才能拉取到数据并进行消费。
例如:我每分钟插入200条数据,其中20条会在首次拉取数据时取到并消费,60条会在第二次时拉取到并消费,剩余的会在第三次时拉取到并消费。
我想要在数据插入200条数据后,在首次拉取的时候直接全部拉取到数据进行消费。请问需要怎么处理
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.