-
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
Added maester-library to re-assembling messages action #70
Conversation
return JSON.parse(bucket); | ||
} | ||
|
||
async createBucketIfNotExists(externalId, bucketSize) { |
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.
Are these objects buckets in fact? I guess names should be changed here
package.json
Outdated
@@ -16,6 +16,7 @@ | |||
}, | |||
"dependencies": { | |||
"@elastic.io/component-commons-library": "1.1.4", | |||
"@elastic.io/maester-client": "3.3.0-dev.1", |
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.
3.3.0 version is availabke
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.
Need to actualize method names / logic
…ent into adding-maester
CHANGELOG.md
Outdated
@@ -1,3 +1,6 @@ | |||
## 1.2.1 (July 12, 2021) | |||
* Added possibility to save data from the individual messages to maester storage (using maester-client library v3.3.0) and reassemble these messages later |
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.
* Added possibility to save data from the individual messages to maester storage (using maester-client library v3.3.0) and reassemble these messages later | |
* Added possibility to save data from the individual messages to maester storage (using maester-client library 3.3.0) and reassemble these messages later |
No description provided.