Sean Reece
Sean Reece
@nbbeeken I believe the performance impact is from some extra operations required for the pool implementation, namely having to *copy* the buffer into the pool when creating ObjectId from buffer,...
@nbbeeken Updated 👍 I've been able to get the benchmarks running locally in docker, but haven't had the time to do proper comparison of the results yet. Let me know...
@nbbeeken Awesome! Does this mean we can enable the pool by default? :) Or we still want it to be opt-in?
@billouboq We just need to bump the tsconfig target to `es2022` in order to support private class members. My understanding is that we need to wait for the next major...
@nbbeeken Has there been any movement on v7? Even if we had a v7 branch we could work against in the meantime would be great.
@GaryWilber Any way we could get some eyes on cooperative rebalancing? :) This would be huge for us.
FWIW We've decided to move to https://github.com/confluentinc/confluent-kafka-javascript which supports cooperative rebalance and provides a node-rdkafka compatible API.
> this change will break all applications requiring more than 4GB of RAM Not really correct, applications currently using more than 6-8GB of *heap* today (uncompressed) would not be able...