Skip to content

Commit

Permalink
feat: adding new property to channel config
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion committed Oct 28, 2024
1 parent 496be53 commit 97192ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions channel_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ type ChannelConfig struct {
// Dynamic Partitioning
PartitionSize int `json:"partition_size,omitempty"`
PartitionTTL *DurationString `json:"partition_ttl,omitempty"`

SkipLastMsgUpdateForSystemMsgs bool `json:"skip_last_msg_update_for_system_msgs,omitempty"`
}

// DurationString is a duration that's encoded to as a string in JSON.
Expand Down

0 comments on commit 97192ee

Please sign in to comment.