Documentation ¶
Index ¶
- Variables
- type Header
- type JoinKey
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetHeaders() map[string]*Header
- func (x *Message) GetKey() []byte
- func (x *Message) GetOffset() int64
- func (x *Message) GetPartition() int32
- func (x *Message) GetTimestamp() *timestamppb.Timestamp
- func (x *Message) GetTopic() string
- func (x *Message) GetValue() []byte
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type ResultV1
- type Results
- type Results_V1
- type State
- type StateV1
- type State_V1
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protobuf_join_proto protoreflect.FileDescriptor
View Source
var File_protobuf_message_proto protoreflect.FileDescriptor
View Source
var File_protobuf_results_proto protoreflect.FileDescriptor
View Source
var File_protobuf_state_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct { Headers [][]byte `protobuf:"bytes,1,rep,name=headers,proto3" json:"headers,omitempty"` // contains filtered or unexported fields }
func (*Header) Descriptor
deprecated
func (*Header) GetHeaders ¶
func (*Header) ProtoMessage ¶
func (*Header) ProtoMessage()
func (*Header) ProtoReflect ¶
func (x *Header) ProtoReflect() protoreflect.Message
type JoinKey ¶
type JoinKey struct { PersistenceId string `protobuf:"bytes,1,opt,name=persistence_id,json=persistenceId,proto3" json:"persistence_id,omitempty"` // contains filtered or unexported fields }
func (*JoinKey) Descriptor
deprecated
func (*JoinKey) GetPersistenceId ¶
func (*JoinKey) ProtoMessage ¶
func (*JoinKey) ProtoMessage()
func (*JoinKey) ProtoReflect ¶
func (x *JoinKey) ProtoReflect() protoreflect.Message
type Message ¶
type Message struct { Topic string `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` Partition int32 `protobuf:"varint,2,opt,name=partition,proto3" json:"partition,omitempty"` Offset int64 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` Key []byte `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` Headers map[string]*Header `` /* 155-byte string literal not displayed */ Timestamp *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetHeaders ¶
func (*Message) GetPartition ¶
func (*Message) GetTimestamp ¶
func (x *Message) GetTimestamp() *timestamppb.Timestamp
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type ResultV1 ¶
type ResultV1 struct { Messages [][]byte `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"` // contains filtered or unexported fields }
func (*ResultV1) Descriptor
deprecated
func (*ResultV1) GetMessages ¶
func (*ResultV1) ProtoMessage ¶
func (*ResultV1) ProtoMessage()
func (*ResultV1) ProtoReflect ¶
func (x *ResultV1) ProtoReflect() protoreflect.Message
type Results ¶
type Results struct { // Types that are assignable to Result: // // *Results_V1 Result isResults_Result `protobuf_oneof:"result"` // contains filtered or unexported fields }
func (*Results) Descriptor
deprecated
func (*Results) ProtoMessage ¶
func (*Results) ProtoMessage()
func (*Results) ProtoReflect ¶
func (x *Results) ProtoReflect() protoreflect.Message
type Results_V1 ¶
type Results_V1 struct {
V1 *ResultV1 `protobuf:"bytes,1,opt,name=v1,proto3,oneof"`
}
type State ¶
type State struct { // Types that are assignable to State: // // *State_V1 State isState_State `protobuf_oneof:"state"` // contains filtered or unexported fields }
func (*State) Descriptor
deprecated
func (*State) ProtoMessage ¶
func (*State) ProtoMessage()
func (*State) ProtoReflect ¶
func (x *State) ProtoReflect() protoreflect.Message
type StateV1 ¶
type StateV1 struct { OffsetProgress map[int32]int64 `` /* 193-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StateV1) Descriptor
deprecated
func (*StateV1) GetOffsetProgress ¶
func (*StateV1) ProtoMessage ¶
func (*StateV1) ProtoMessage()
func (*StateV1) ProtoReflect ¶
func (x *StateV1) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.