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
My config file demo10.yaml :
input: sql_raw: driver: "mysql" # No default (required) dsn: "root:rootpwd@tcp(127.0.0.1:3306)/ruoyi" # No default (required) query: SELECT user_id,user_name1 FROM sys_user; # No default (required) buffer: none: {} pipeline: threads: -1 processors: [] output: stdout: codec: lines
Execute not terminate after error, how can I make it fail to exit with a failed state after an error ?
The text was updated successfully, but these errors were encountered:
Similar question has been answered here: #2425
Closing as per #2026
Sorry, something went wrong.
No branches or pull requests
My config file demo10.yaml :
input:
sql_raw:
driver: "mysql" # No default (required)
dsn: "root:rootpwd@tcp(127.0.0.1:3306)/ruoyi" # No default (required)
query: SELECT user_id,user_name1 FROM sys_user; # No default (required)
buffer:
none: {}
pipeline:
threads: -1
processors: []
output:
stdout:
codec: lines
Execute not terminate after error, how can I make it fail to exit with a failed state after an error ?
The text was updated successfully, but these errors were encountered: