Skip to content

Commit

Permalink
message type property
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka committed Oct 6, 2024
1 parent 10cc1ba commit 5b880e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pulsar/common/kdr/datastructures.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import (
"go.uber.org/zap"
)

const (
RuntimeIncidentIngesterOnFinishedMessageTypeProp = "RuntimeIncidentIngesterOnFinishedMessage"
)

type RuntimeIncidentIngesterOnFinishedMessage struct {
ReportTime time.Time `json:"reportTime"`
SendTime time.Time `json:"sendTime"`
Expand Down
2 changes: 2 additions & 0 deletions pulsar/common/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ const (

MsgPropAccount = "account"
MsgPropCluster = "cluster"

MsgPropMessageType = "messageType"
)

0 comments on commit 5b880e8

Please sign in to comment.