Rob

Results 14 comments of Rob

we'd love to see that merged as well!

in vim I was using split windows heavily and bindings such as: ``` map :vertical resize +20 map :vertical resize -20 map :vertical resize +20 map :vertical resize -20 ```...

mobx-state-tree now does expose a `getMembers` method that could be used to fix that.

@Idered i guess it would be nice to have it in mobx first so we don't have to implement an enhanced map as the workaround. have a look at: https://github.com/mobxjs/mobx/issues/69

@o2themar that is weird since that works for me, only gets into the loop when I try to disconnect - just to make sure, do you have the topic created?

> Some more findings. I found the [loop](https://github.com/edenhill/librdkafka/blob/a913c75e1e09ef87232e9c7b044d8ab3ec404417/src/rdkafka_broker.c#L5404) where it was printing the logs. It seems to be stuck in this loop and it cannot get out. exactly that was...

What I've seen during the debugging session is that even though there should be a forwading here: ![image](https://user-images.githubusercontent.com/6340698/199259292-3cdf9667-08dc-4fae-92b3-5d9064afb351.png) the RD_KAFKA_OP_TERMINATE never appears in rkq during the polling. in `rd_kafka_consumer_close()` ```C...

while this hasn't been fixed in node-rdkafka yet for the standard consumer, it is related to the reblance_cb which gets invoked after the disconnect is initiated. if this rebalance that...

I believe I can reproduce in a rather simple scenraio. when running the e2e test on node-rdkafka it happens in afterEach hook of the both.spec.js:282 In case you want to...

hey @o2themar sure - here you can find the full report: https://github.com/edenhill/librdkafka/issues/3904 if you want, we can look into it on my machine and debug it. i sadly can only...