confluentinc/kafka-connect-datagen

Allow infinite number of iterations

ybyzek opened this issue · 0 comments

Currently iterations defaults to 1000000

https://github.com/confluentinc/kafka-connect-datagen/blob/master/src/main/java/io/confluent/kafka/connect/datagen/DatagenConnectorConfig.java#L53

It may be useful to allow an infinite number of iterations such that the data generation continues until the connector is stopped