[][src]Function pulsar_sys::pulsar_client_configuration_set_concurrent_lookup_request

pub unsafe extern "C" fn pulsar_client_configuration_set_concurrent_lookup_request(
    conf: *mut pulsar_client_configuration_t,
    concurrentLookupRequest: c_int
)

Number of concurrent lookup-requests allowed on each broker-connection to prevent overload on broker. (default: 50000) It should be configured with higher value only in case of it requires to produce/subscribe on thousands of topic using created {@link PulsarClient}

@param concurrentLookupRequest