-
Notifications
You must be signed in to change notification settings - Fork 109
Start and stop ES using runAll hooks #87
Comments
@ignasi35 As per I can understand from context what we will need to do is
Please let me know which of these should exist in process and which are not needed. Also let me know if I missed something. |
I think the example in the PR is quite illustrative: https://github.com/lagom/lagom/pull/763/files#diff-69be132232784c54f9b1cdfc434186af I would build from that:
Does that make sense? |
@ignasi35 Where should we download ES so that it do not have to be re downloaded every time after |
I think we can do that on a separate PR.
|
@ignasi35 With which version of lagom comes the |
Hi @lakhina the feature is only available in |
@ignasi35 So should I upgrade online-auction to |
Realized just now that SNAPSHOT do not exist as remote lib so I guess we should wait for stable version to add this feature to online auction. What do you say? |
This will not be mergeable until |
@ignasi35 okay thanks. I am on it |
Using the new feature (lagom/lagom#762) allowing start and stop code to be hooked to
runAll
, it'd be useful to take elasticsearch in online-auction as an example for the feature.The text was updated successfully, but these errors were encountered: