From bb0c0cdff8c6ee06eaa9ce974c79be27f2f77063 Mon Sep 17 00:00:00 2001 From: CAJan93 Date: Mon, 22 Jul 2024 17:54:18 +0200 Subject: [PATCH] repeat --- proto/meta.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/meta.proto b/proto/meta.proto index 82f74323a5ebc..c823613e5ea0c 100644 --- a/proto/meta.proto +++ b/proto/meta.proto @@ -590,7 +590,7 @@ message GetStreamingJobsStatusResponse { bool backfill_done = 3; } - Status streaming_job_statuse = 1; + repeated Status streaming_job_statuses = 1; } service ScaleService {