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
This is due to the expected connections sub folder and file are not being present with eKuiper 1.3.x installed.
connections
Injection needs to skip writing the file if the file doesn't already exist.
The text was updated successfully, but these errors were encountered:
fix: Don't write eKuiper file if file doesn't already exist
18365c5
fixes edgexfoundry#3786 Signed-off-by: lenny <[email protected]>
fc14d73
44bd9db
fixes edgexfoundry#3786 Signed-off-by: lenny <[email protected]> Signed-off-by: Leonard Goodell <[email protected]>
fix: Secret store fixes for error log message and not writing eKuiper…
4a9701c
… file unless it already exists (#3787) * fix: Fix Error logging to properly include error message fixes #3784 Signed-off-by: Leonard Goodell <[email protected]> * fix: Don't write eKuiper file if file doesn't already exist fixes #3786 Signed-off-by: lenny <[email protected]> Signed-off-by: Leonard Goodell <[email protected]>
lenny-goodell
Successfully merging a pull request may close this issue.
This is due to the expected
connections
sub folder and file are not being present with eKuiper 1.3.x installed.Injection needs to skip writing the file if the file doesn't already exist.
The text was updated successfully, but these errors were encountered: