Skip to content

Commit

Permalink
Add client type and version to MessageCheckpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 15, 2022
1 parent 1110f8f commit ea49057
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bridge/status/messagecheckpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ type MessageCheckpoint struct {
MessageType event.MessageType `json:"message_type,omitempty"`
Info string `json:"info,omitempty"`

ClientType string `json:"client_type,omitempty"`
ClientVersion string `json:"client_version,omitempty"`

OriginalEventID id.EventID `json:"original_event_id"`
ManualRetryCount int `json:"manual_retry_count"`
}
Expand Down

0 comments on commit ea49057

Please sign in to comment.