Skip to content

Commit

Permalink
cleans up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 25, 2024
1 parent a9d5b68 commit 8712f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions event.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ type Event struct {
Metadata map[string]any `json:"meta"`
Value []byte `json:"value"`
Key []byte `json:"key"`
// RoutingPath can be an actual path like a string separated by a delimiter, this was added to maintain
// backwards compatibility
// RoutingPath can be an actual path like a string separated by a delimiter
RoutingPath string `json:"routing_path"`
ProducerTimestamp time.Time `json:"producer_timestamp"`
ReceivedTimestamp time.Time `json:"received_timestamp"`
Expand Down

0 comments on commit 8712f11

Please sign in to comment.