Skip to content

Commit

Permalink
Add partitions per broker default of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed Jun 8, 2021
1 parent 01bedfc commit 3c7cfad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/config_topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func (c *EndToEndTopicConfig) SetDefaults() {
c.Enabled = true
c.Name = "kminion-end-to-end"
c.ReplicationFactor = 1
c.PartitionsPerBroker = 1
c.ReconciliationInterval = 10 * time.Minute
}

Expand Down

0 comments on commit 3c7cfad

Please sign in to comment.