kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Apache Kafka 0.9 client for Node

Results 70 kafka issues
Sort by recently updated
recently updated
newest added

I init() a connection, send() messages and then end() the connection in less than 500ms. The timer was on the event loop so node would exit after 3+ seconds. My...

Here's some thinking: - Add a new class 'KafkaProxy' (note, to avoid conflict with future ES6 proxy, prefixed name). - Proxy would act as a single, stateful bridge to a...

I'm trying use docker-compose to bring up both my group consumer and a docker container running kafka. There is an issue with timing where some times the consumer init code...

Hi, first thanks a lot for this great client! We had a bug today, were we did pass an empty list (by mistake) of subscription to the strategy of `GroupConsumer`,...

See https://github.com/Mattenable/no-kafka-test Can you help me figure out what I'm doing wrong? I'd like the connection attempts to stop. First issue is I would expect consumer init to fail, but...

I am running a system that processes about 3M messages per day. It uses Node 0.10, Kafka 0.9 and high level consumers using no-kafka 2.5.6. When fetch sizes get large,...

The library will emit this error ``` { [KafkaError: This request is for a topic or partition that does not exist on this broker.] name: 'KafkaError', code: 'UnknownTopicOrPartition', message: 'This...

Suggested in https://github.com/oleksiyk/kafka/issues/59

Do you plan to support subscription to multiple topics via pattern matching (as in the official Java API: http://kafka.apache.org/090/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#subscribe(java.util.regex.Pattern,%20org.apache.kafka.clients.consumer.ConsumerRebalanceListener) )?

Could you please explain what does it mean `WARN no-kafka-client No partition assignment received`