From 3d9bc8f67bfc25c8cb5b31132d108d145bc5c590 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Fri, 29 May 2020 14:52:38 +0200 Subject: [PATCH] update(userspace/falco): remove keepalive from output request Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- userspace/falco/output.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/userspace/falco/output.proto b/userspace/falco/output.proto index df5f8381..51881bf6 100644 --- a/userspace/falco/output.proto +++ b/userspace/falco/output.proto @@ -22,9 +22,7 @@ service service { // By default the request asks to the server to only receive the accumulated events. // In case you want to wait indefinitely for new events to come set the keepalive option to true. message request { - bool keepalive = 1; - // string duration = 2; // TODO(leodido, fntlnz): not handled yet but keeping for reference. - // repeated string tags = 3; // TODO(leodido, fntlnz): not handled yet but keeping for reference. + // repeated string tags = 1; // TODO(leodido, fntlnz): not handled yet but keeping for reference. } // The `response` message is the logical representation of the output model.