Justin Berstler
Justin Berstler
This transaction ID will be specific to the feed provider. That is, it will only be used by the feed provider and will be different from any TID created by...
@rabbah Could you elaborate on what you mean by requeue the message? It sounds like you are suggesting that we produce the message back to kafka, but this could have...
Like @csantanapr, I find it a little hard to believe we should expect customers to set up a separate topic for us, as well as allow us write access to...
One wrinkle here is that, for Message Hub triggers, the properties recorded in the DB can have different names than the properties specified when creating the trigger. For example, I...
@regmebaby Right now, whoever fires the trigger actually gets no feedback at all about whether any connected actions even run, let alone if those actions succeed. This is as-designed to...
One thing to note here is that the trigger service runs inside a Docker container and, as such, if your broker list contains "localhost" that will resolve to the Docker...
@prabhastechie Please see #210 and especially all the comments, which should help you through the most common problems encountered when trying to set this up locally.
@prabhastechie Ah, great then! It still stands that `localhost` will not resolve to the host IP address when run from within the trigger service docker container. You'll need to use...
@jthomas I'm having a hard time imagining this value getting set to something other than 1. I wonder if instead this ought to be a boolean named `batchMessages` with the...
My primary concern is to ensure that the Travis run is fast. If we can somehow test against a current OpenWhisk deployment in Travis _and_ keep the time reasonable (under...