Waleed Ashraf

Results 50 comments of Waleed Ashraf

Hi everyone, We at relayr are also planning to switch from **Blizzard/node-rdkafka** to **kafka-node** OR **KafkaJS**. We are looking for something which is production-ready. **Blizzard/node-rdkafka** has many issues with the...

That's really helpful @kpala. I also found some more info, like [these benchmarks](https://github.com/tulios/kafkajs/issues/398). Once I'm done with research and comparison, I'll also share my findings here. 👍

@ThisIsMissEm for > issues we had around consumer group names getting reused on different topics which leads to only one topic being subscribed Can you explain a bit more about...

Thanks for sharing this. 👍👍 I'll test it out tomorrow. Probably we'll have same issue because we use 1 groupId for multiple topics when we subscribe to consumer. I'm not...

Do you have any logs from the broker? As the connection is closed by the server, there can be something in broker logs.

Hi, I'm trying to reproduce this issue also. Q: When you kill ec2 instance, isn't it a graceful shutdown? It's not the same as killing the process. Maybe I'm missing...

I was not able to reproduce this issue on AWS EC2 with Kafka 1.1.0. (not confluent). - have 3 brokers on EC2 - use kafkajs to produce batch and consume...

Facing the same issue when updating from 1.13 to 1.15 It worked fine in 1.13. We have a testcase for this scenario, based on the comment from @Nevon here: https://github.com/tulios/kafkajs/issues/591#issuecomment-565063469...

Not sure, but it seems it because of this change: https://github.com/tulios/kafkajs/commit/65baa29ebc7fec2317fca82701c897f8e77fd0a6#diff-4b448aae597005af012c27f62306bb98fa4dcf9500858c30fd96c526176e3f56 If I comment out call to `validateConnectionStatus()` it works fine and reconnects.

I'd agree with @fmvilas and @jstoiko proposal of limiting to JSON/YAML for now. Which actually makes sense as the early stage of AsyncAPI definition. Adding support (hacks) for more format...