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 c640feb commit ca918ceCopy full SHA for ca918ce
e2e/config_topic.go
@@ -28,7 +28,7 @@ func (c *EndToEndTopicConfig) Validate() error {
28
}
29
30
if c.PartitionsPerBroker < 1 {
31
- return fmt.Errorf("failed to parse partitionsPerBroker, it should be more than 1, retrieved value %v", c.ReplicationFactor)
+ return fmt.Errorf("failed to parse partitionsPerBroker, it should be more than 1, retrieved value %v", c.PartitionsPerBroker)
32
33
34
// If the timeduration is 0s or 0ms or its variation of zero, it will be parsed as 0
0 commit comments