Results 211 comments of Milind L

Sorry, the document isn't updated. Currently, eachBatch size is allowed to exceed 1, but it's capped at 32. We do plan to increase this size and remove this limit, but...

@kamalwo-monday 1. I think it'll be capped to at least 1024 messages, maybe higher. 2. Yes, but we will probably make it customizable based on number of messages rather than...

I don't know of a definite way to set this up - the idea of creating optional dependencies for each of our arch,os,node-version,libc versions is something we can consider, after...

I have two preliminary suggestions: 1. is it possible to increase the verbosity of the available logging? The error is quite uninformative 2. Seeing this document https://docs.aws.amazon.com/lambda/latest/dg/nodejs-package.html#nodejs-package-create-dependencies it seems like...

To just use the library, I got it to work by creating a layer - it was straightforward, and I didn't encounter any errors. I'm posting the steps for it...

No, custom partitioners are not supported. There isn't a plan at the moment to support them - because of how they need to be called from within C, it would...

Hi @acgtun , I think this idea is worth looking into in more details and separate other modules (schemaregistry) but at the current time, I think this will break backwards...

Is it possible to add `"debug": "all"` to your configuration for the first consumer? That will help us determine exactly which step might be taking time, and we can see...

What Kafka client are you using? It doesn't look like you're using this one.

I think from the point of view of thread-safety, it would be okay to call Poll() from different goroutines (in terms of there being no race conditions or inconsistent internal...