-
Notifications
You must be signed in to change notification settings - Fork 2
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
Optional message #78
Optional message #78
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll do QA in our next sprint.
I'm getting 4 different msgs as output like:
and no random guid appears as a key for msg, it's just 1 array with 1 item (incoming message value that I expect from previous step) in it NOTES:
(test flow is: simple trigger -> config component where I emit
-> splitter (split into 4 messages)) |
package.json
Outdated
@@ -19,7 +19,8 @@ | |||
"@elastic.io/maester-client": "3.3.0", | |||
"elasticio-node": "0.0.9", | |||
"elasticio-sailor-nodejs": "2.6.24", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls upgrade "elasticio-sailor-nodejs": "2.6.24", -> "elasticio-sailor-nodejs": "2.6.26",
@jhorbulyk Please review