We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议先去浏览下文档和部署常见问题 快速开始 部署常见问题
bug场景描述
bug日志信息或数据信息 错误信息
taier 日志
任务配置为纯钧基础的stream demo
{ "job": { "content": [ { "reader": { "parameter": { "column": [ { "name": "id", "type": "id" }, { "name": "name", "type": "string" }, { "name": "content", "type": "string" } ], "sliceRecordCount": [ "30" ], "permitsPerSecond": 1 }, "table": { "tableName": "sourceTable" }, "name": "streamreader" }, "writer": { "parameter": { "column": [ { "name": "id", "type": "id" }, { "name": "name", "type": "string" } ], "print": true }, "table": { "tableName": "sinkTable" }, "name": "streamwriter" }, "transformer": { "transformSql": "select id,name from sourceTable where CHAR_LENGTH(name) < 50 and CHAR_LENGTH(content) < 50" } } ], "setting": { "errorLimit": { "record": 100 }, "speed": { "bytes": 0, "channel": 1, "readerChannel": 1, "writerChannel": 1 } } } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
建议先去浏览下文档和部署常见问题
快速开始
部署常见问题
bug场景描述
bug日志信息或数据信息
错误信息
taier 日志
任务配置为纯钧基础的stream demo
The text was updated successfully, but these errors were encountered: