From 44cd5a4b99fd2f512f846358bfac7a00613f0851 Mon Sep 17 00:00:00 2001 From: Johnny Graettinger Date: Tue, 12 Mar 2024 23:01:47 +0000 Subject: [PATCH] trivial generated protobuf updates --- broker/protocol/protocol.pb.go | 2 +- consumer/protocol/protocol.pb.go | 2 +- consumer/recoverylog/recorded_op.pb.go | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/broker/protocol/protocol.pb.go b/broker/protocol/protocol.pb.go index d3694d29..a1d20a99 100644 --- a/broker/protocol/protocol.pb.go +++ b/broker/protocol/protocol.pb.go @@ -12,10 +12,10 @@ import ( proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" golang_proto "github.com/golang/protobuf/proto" + _ "github.com/golang/protobuf/ptypes/duration" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" - _ "google.golang.org/protobuf/types/known/durationpb" io "io" math "math" math_bits "math/bits" diff --git a/consumer/protocol/protocol.pb.go b/consumer/protocol/protocol.pb.go index 0ca62489..9b1a0e51 100644 --- a/consumer/protocol/protocol.pb.go +++ b/consumer/protocol/protocol.pb.go @@ -11,6 +11,7 @@ import ( proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" golang_proto "github.com/golang/protobuf/proto" + _ "github.com/golang/protobuf/ptypes/duration" go_gazette_dev_core_broker_protocol "go.gazette.dev/core/broker/protocol" protocol "go.gazette.dev/core/broker/protocol" recoverylog "go.gazette.dev/core/consumer/recoverylog" @@ -18,7 +19,6 @@ import ( grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" - _ "google.golang.org/protobuf/types/known/durationpb" io "io" math "math" math_bits "math/bits" diff --git a/consumer/recoverylog/recorded_op.pb.go b/consumer/recoverylog/recorded_op.pb.go index 5c5fecd0..b6ceea93 100644 --- a/consumer/recoverylog/recorded_op.pb.go +++ b/consumer/recoverylog/recorded_op.pb.go @@ -42,11 +42,11 @@ type RecordedOp struct { // // These are meta-fields: they're not literally serialized into written messages. // The offsets of a particular message will also vary over its lifetime: - // * When first recorded, the offsets at which the write will land within the journal - // cannot be known ahead of time, and Recorders use an approximate lower bound - // as |first_offset|. - // * During playback, players have the benefit of inspecting the committed log and - // attach exact byte offsets as they deserialized RecordedOps. + // - When first recorded, the offsets at which the write will land within the journal + // cannot be known ahead of time, and Recorders use an approximate lower bound + // as |first_offset|. + // - During playback, players have the benefit of inspecting the committed log and + // attach exact byte offsets as they deserialized RecordedOps. FirstOffset int64 `protobuf:"varint,9,opt,name=first_offset,json=firstOffset,proto3" json:"first_offset,omitempty"` LastOffset int64 `protobuf:"varint,10,opt,name=last_offset,json=lastOffset,proto3" json:"last_offset,omitempty"` Log go_gazette_dev_core_broker_protocol.Journal `protobuf:"bytes,11,opt,name=log,proto3,casttype=go.gazette.dev/core/broker/protocol.Journal" json:"log,omitempty"`