From d7d6cce81cbdb5c3e24ce0823feffefe66637da9 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Tue, 3 Dec 2024 10:22:20 -0500 Subject: [PATCH] Update cloudevent.proto --- protos/cloudevent.proto | 9 --------- 1 file changed, 9 deletions(-) diff --git a/protos/cloudevent.proto b/protos/cloudevent.proto index 136b54d5fe90..232109c7e02b 100644 --- a/protos/cloudevent.proto +++ b/protos/cloudevent.proto @@ -56,12 +56,3 @@ message CloudEvent { } } } - -/** -* CloudEvent Protobuf Batch Format -* -*/ - -message CloudEventBatch { - repeated CloudEvent events = 1; -}