Hi to all!
@yangy0000 - I found parameter num.of.producers in file
uReplicator-Worker/src/main/java/com/uber/stream/ureplicator/worker/Constants.java, but it is only listed in this file.
Is it possible to change the number of producers by changing this parameter num.of.producers via a some config file or command line argument?
I tried adding it to the configuration file helix.properties - but nothing came of it, num.of.producers was not taken to work.
Or the only option is to change num.of.producers in the source file
uReplicator-Worker/src/main/java/com/uber/stream/ureplicator/worker/Constants.java
and then build it?
I would be glad to hear any advice, thanks.
Hi to all!
@yangy0000 - I found parameter
num.of.producersin fileuReplicator-Worker/src/main/java/com/uber/stream/ureplicator/worker/Constants.java, but it is only listed in this file.Is it possible to change the number of producers by changing this parameter
num.of.producersvia a some config file or command line argument?I tried adding it to the configuration file
helix.properties- but nothing came of it,num.of.producerswas not taken to work.Or the only option is to change
num.of.producersin the source fileuReplicator-Worker/src/main/java/com/uber/stream/ureplicator/worker/Constants.javaand then build it?
I would be glad to hear any advice, thanks.