We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb27f1 commit 18d2fe3Copy full SHA for 18d2fe3
pkg/common/constants/constants.go
@@ -21,10 +21,10 @@ import "time"
21
const (
22
23
// DefaultNumPartitions is the KafkaChannel Spec default for the number of partitions
24
- DefaultNumPartitions = 10
+ DefaultNumPartitions = 1
25
26
// DefaultReplicationFactor is the KafkaChannel Spec default for the replication factor
27
- DefaultReplicationFactor = 3
+ DefaultReplicationFactor = 1
28
29
// DefaultRetentionISO8601Duration is the KafkaChannel Spec default for the retention duration as an ISO-8601 string
30
DefaultRetentionISO8601Duration = "PT168H" // Precise 7 Days
0 commit comments