[][src]Function pulsar_sys::pulsar_consumer_set_max_total_receiver_queue_size_across_partitions

pub unsafe extern "C" fn pulsar_consumer_set_max_total_receiver_queue_size_across_partitions(
    consumer_configuration: *mut pulsar_consumer_configuration_t,
    maxTotalReceiverQueueSizeAcrossPartitions: c_int
)

Set the max total receiver queue size across partitons.

This setting will be used to reduce the receiver queue size for individual partitions {@link #setReceiverQueueSize(int)} if the total exceeds this value (default: 50000).

@param maxTotalReceiverQueueSizeAcrossPartitions