Tony Ffrench
Tony Ffrench
Can you say a little more about the use case and symptoms of the issue? Since `new Buffer` is deprecated it would be better to use `Buffer.from`.
Lets work on a PR to address this issue. Options as I see it 1) use HTTP caching 2) Use an async notification based caching approach, whereby µGW will only...
I think your questioning the validity of the datastore approach assuming immutable containers (--read-only)? One option is to update the datastore to be an in memory cache and remove the...
@yrsh pls create a PR (https://help.github.com/articles/creating-a-pull-request-from-a-fork/) for each repo and I'll review the code and merge.
We have customers using older LTS versions like v4 that are still active.
I've merged and published `microgateway-datastore` to npm at @1.0.2. Yes you need to make sure your changes are compatible with the latest LTS v4. cc @yrsh
@pdhoward I've completed "Getting Started" instructions on my mac and it worked flawlessly. What Windows version do you use? ``` tonyf-mbp-ibm:apim-clean tonyf$ curl -v http://localhost:3000/sample/echo * Trying ::1... * TCP_NODELAY...
I've added some comments to your PR, if you could also add a testcase please.
If you can add a testcase, I'll take a closer look. We might need to consolidate everything into a Buffer sooner in the flow.
Its possible this was caused by a disk space issue. Better error handling and logging would be preferable.