yr.ProducerConfig.delay_flush_time#
- ProducerConfig.delay_flush_time: int = 5#
After Send, Flush will be triggered after a delay up to the specified duration. < 0: do not auto flush, = 0: flush immediately, > 0: delay duration in milliseconds before flushing. Default value is 5.