yr.ProducerConfig.retain_for_num_consumers#
- ProducerConfig.retain_for_num_consumers: int = 0#
The data sent by the producer will be retained until received by the Nth consumer. The default value is
0, meaning that if there are no consumers when the producer sends data, the data will not be retained and may be missed when consumers are created later.