Hi all, Just 3 simple questions: 1) The settings of kafka producer (i.e. the batchsize and type - either sync or async) are system -wise or per job? In another word, if I run 2 jobs on the same system (same kafka broker list, zookeeper cluster), one with systems.kafka.producer.producer.type=sync and one with systems.kafka.producer.producer.type=async does it mean the 2 producers for the 2 jobs will be of different type? or will they overwrite each other somehow?
2) Just in case the settings of the 2 jobs overwrite each other: how can I have different producer types on the same cluster. 3) Is it possible to have different producer type and batchsize for different kafka topics (in the same job)? Cheers, Casey
