Is it possible to synchronize size of emitted batches for several Kafka
spouts? After googling, I found that the size is controlled by
kafkaConfig.bufferSizeBytes and kafkaConfig.fetchSizeBytes. Seems that
setting up the same values for these parameters among spouts is the key to
make the sizes equal, right?  However from the code I didn't catch if it
variates or not depending on an intensity of spout's input stream.

Reply via email to