sonyxperiadev / lumber-mill

Where logs are cut into lumber
Apache License 2.0
12 stars 6 forks source link

Possible to get original request events argument after Elasticsearch is finished #15

Closed jrask closed 8 years ago

jrask commented 8 years ago

Today Elasticsearch only returns the actual response but many times we might want to continue with the original request argument events. Use something like

o.flatMap (
    elasticsearch(...).flatMap(response.arguments())
)