Skip to content
New issue

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

How to fail to exit #2426

Closed
JuchangGit opened this issue Mar 15, 2024 · 1 comment
Closed

How to fail to exit #2426

JuchangGit opened this issue Mar 15, 2024 · 1 comment
Labels

Comments

@JuchangGit
Copy link

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 ?
image

@Jeffail
Copy link
Collaborator

Jeffail commented Mar 15, 2024

Similar question has been answered here: #2425

Closing as per #2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants