Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update constants.go (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierDipi authored Feb 7, 2022
1 parent 9a0611d commit ce66b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import "time"
const (

// DefaultNumPartitions is the KafkaChannel Spec default for the number of partitions
DefaultNumPartitions = 1
DefaultNumPartitions = 10

// DefaultReplicationFactor is the KafkaChannel Spec default for the replication factor
DefaultReplicationFactor = 1
DefaultReplicationFactor = 3

// DefaultRetentionISO8601Duration is the KafkaChannel Spec default for the retention duration as an ISO-8601 string
DefaultRetentionISO8601Duration = "PT168H" // Precise 7 Days
Expand Down

0 comments on commit ce66b2e

Please sign in to comment.