Liran BG

Results 129 comments of Liran BG

The easiest way to do it is to log the incoming `event.body`. if you need to inspect more of event object, you can see https://github.com/nuclio/nuclio/blob/master/pkg/processor/runtime/rpc/encode.go#L27 where each field is filled...

Hey @mihai1voicescu , Our UI guy will soon chime in and help or do his magics to make it work, until then You may use `nuctl` (Nuclio cli) to deploy...

Great to see you made some progress with building the runtime. When you invoke a function from within Nuclio's dashboard container, it tries to "figure" the function url (whether it...

Well, I believe some basic build steps are missing. To answer that I would need a bit more technical details or even perhaps a reference to the code changes (PR?...

> Got it working, I had the following problems: > > * The wrapper should be a client not a server > * The handler path arrives w/o the extension...

On local platform the available replicas are hard coded to 1/1 as long as the function exists. To be this column we would need to get the function containers dynamically...

It seems that your function is not tagged to be pulled from your registry and hence, it when tries to use function `nuclio/x` it fails, because there is no such...

Hey @dberardo-com > I receive quite a few messages per second in the topics i have subscribed and i get this warning in the processor container: > > (node:14) MaxListenersExceededWarning:...

Hey @hotlightline im not sure im following the flow you are trying to check / use The files on `/tmp/nuclio-build-x` are intermediate artifacts used to deploy a function and should...

> I am trying to process messages from a mosquitto broker. The function stops processing messages after a minute or so. When i examined the current stack its somewhere here...