This commit is contained in:
sheyanjie 2023-10-20 09:14:43 +08:00
parent 9c93a80b67
commit ac4ee88386
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ CREATE TOPIC topic_name [with meta] AS DATABASE db_name;
| `auto.commit.interval.ms` | integer | 消费记录自动提交消费位点时间间隔,单位为毫秒 | 默认值为 5000 |
| `msg.with.table.name` | boolean | 是否允许从消息中解析表名, 不适用于列订阅(列订阅时可将 tbname 作为列写入 subquery 语句从3.2.0.0版本该参数废弃恒为true |默认关闭 |
对于不同编程语言,其设置方式如下:
<Tabs defaultValue="java" groupId="lang">