j chesley

Results 6 comments of j chesley

I believe I am running into this or a very similar bug as well, but with a kafka source. I'm running v0.23.3 with a few bugfix patches that I backported...

Hi everyone! Thanks for addressing this bug -- Is this fix still blocked? I am testing a new vector deployment on a high volume kafka topic. and believe I have...

> Approach still looks good to me. It's unfortunate that we can't test it. I've been watching this one since we saw this bug manifest pretty regularly when we first...

I was having the same problem, and solved it by adding this to my `config/webpack/environment.js` file, loosely based on examples from webpacker docs here https://github.com/rails/webpacker/blob/master/docs/webpack.md: ```jq const custom = {...

You might need to move this line outside of the `loop`: ``` let mut stream = consumer.stream(); ``` As written in your example, `consumer.stream()` is constructing a new stream on...

If there is more than one partition, the `break` statement in the `PartitionEOF` branch of the match statement will cause this to exit the loop and stop consuming when the...