dberardo-com
dberardo-com
i would also add Typescript as a potential improvement. @8thblock have you build your own docker image to customize the build process?
i might be wrong here, but is the key of the kafka messages available in the event payload ? i cant find any event.key in the message ...
and also, i have noticed that the documentation is somewhat not clear about the relation between replicas and workers. these questions remain unanswered: in case i have a topic with...
links to https://github.com/nuclio/nuclio/issues/2548
also, is it possible to disable the function via the CRD manifest ?
it seems that calling the function above within a nodejs runtime works the first time, but leads to unexpected return behavior on further responses ... basically i would need a...
P.S. it would be very nice to have an example in the nuclio documentation to understand how this is supposed to work. Here the way i have tried to do...
i remember me testing that as well, but i will give it a try again and let you know if that works
unfortunately the proposed solution does not work. Here for reference, the call that DOES work: ``` function writeMessageToProcessor(context, messageType, messageContents) {; context._socket.write(`${messageType}${messageContents}\n`); } writeMessageToProcessor( context, "r", JSON.stringify({ body_encoding: "text", body,...
if you can also confirm that you are experiencing the same issue as i do @TomerShor , then i will go on and try to propose a patching PR. If...