李晓鹏
李晓鹏
创建了一个topic叫t_703216a_tem_gt_35,想订阅这个topic的数据,下面是写的测试代码 ``` java @Test public void subTopic() throws SQLException { // create consumer Properties properties = new Properties(); properties.setProperty("enable.auto.commit", "true"); properties.setProperty("auto.commit.interval.ms", "1000"); properties.setProperty("group.id", "test"); properties.setProperty("bootstrap.servers", "192.168.3.202:6030"); properties.setProperty("td.connect.user", "root"); properties.setProperty("td.connect.pass", "taosdata");...
**Describe the bug** 周围杂音时候都会识别,识别出来杂乱,理想情况只识别最近的人说的话 **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A...
### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction 报错信息如下 Traceback (most recent call last): File "/root/miniconda3/envs/train/lib/python3.10/site-packages/gradio/queueing.py", line 566, in process_events response =...