Skip to content

Commit 18d2fe3

Browse files
committed
Revert "Update constants.go (knative-extensions#1085)"
This reverts commit ce66b2e.
1 parent deb27f1 commit 18d2fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/common/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import "time"
2121
const (
2222

2323
// DefaultNumPartitions is the KafkaChannel Spec default for the number of partitions
24-
DefaultNumPartitions = 10
24+
DefaultNumPartitions = 1
2525

2626
// DefaultReplicationFactor is the KafkaChannel Spec default for the replication factor
27-
DefaultReplicationFactor = 3
27+
DefaultReplicationFactor = 1
2828

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

0 commit comments

Comments
 (0)