Paweł Rychlik
Paweł Rychlik
Using MSK on AWS, I can repeatedly observe this weird behaviour - consumers _sometimes_ fail to rejoin the group after MSK hiccups (restart and/or rebalance). apache kafka 2.4.1 running on...
@bart9k if that's not too much to ask for - could you please send a pull-request? Thanks in advance.
I think I've never had a chance to run it against Jira Cloud :). Therefore - all feedback welcome!
Yep. ``` ByteBufferPrototype.resize @ bytebuffer.js:2848 ByteBufferPrototype.ensureCapacity @ bytebuffer.js:2609 ```
I just figured out that if I hack around dist/bytebuffer.js:77 and :2507 and let `this.view = new Uint8Array(this.buffer);` then it works fine for me (see the dirty https://github.com/pawelrychlik/bytebuffer.js/commit/262ee4c17e063a8fc155bb82878943bae87b1af8 and don't...
yep, 1.8.2 works like a charm.
@kwelch `path.join` does the job for me. A snippet from my webpack config: ``` alias: { 'config': path.join(__dirname, './config/index.js'), }, ``` And I'm explicitly using exactly `"1.8.2"` in package.js, with...
@markgrin did you track down the problem in the meantime? which versions of pg and pg-cursor are you using?
Same here 😕
6.11.1, i.e. latest as of now