YAHIAOUI Samir
YAHIAOUI Samir
I have the same issue any suggestion is welcome Thanks
Whene i use LTS version(v6.11.5) of node it works fine: v6.9.0 v6.11.3 -> v6.11.5 v8.5.0 v8.6.0 v8.8.1 system default -> v8.6.0 node -> stable (-> v8.8.1) (default) stable -> 8.8...
Hi, In our company wa are using the consumer(non-following mode) and work fine to handle back-pressure (with the async module or with out it). ```javascript consumerOnReady(consumer) { logger.debug(`[Consumer] - consumerEvents...
@sathyarajagopal The consumer's stream API extends the native class of Readable, but in the past, there was a problem of not stopping reading messages when the internal buffer has reached...
I think that the problem is related to this fixed issue on librdkafka, but it require to change C++ wrapper in node-rdkafka to support the type of per-partition polling. https://github.com/edenhill/librdkafka/issues/1395#issuecomment-384184096...