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

Commit

Permalink
Revert "Update constants.go (#1085)" (#1099)
Browse files Browse the repository at this point in the history
This reverts commit ce66b2e.
  • Loading branch information
matzew authored Feb 17, 2022
1 parent d72ddfa commit 7e15b86
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 = 10
DefaultNumPartitions = 1

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

// 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 7e15b86

Please sign in to comment.