Marty Woodlee

Results 6 comments of Marty Woodlee

Likely not, based on https://github.com/redpanda-data/kowl/issues/250

@ianseyer I hit this as well. Here's the Dockerfile I'm using locally for now if it's helpful. I volume-mount my `burrow.toml` into `/etc/burrow/`: ``` FROM golang:1.9.2-alpine3.7 as builder RUN apk...

@jdewgun Sorry no, I never did solve it. I wound up encountering too many issues using the REST proxy for consuming so stopped using it for that (though I do...

I was able to get this to work in my code by calling e.g. `admin_client.poll(1)` just after instantiating the client. (In my case, I had to do it with my...

@ketan-nabera Our code that is currently working properly against an AWS MSK cluster just does an initial call to `poll(3)` right before calling other admin client methods, and doesn't seem...

Hi @hgbink -- I realize I am very delayed in replying to you here, but: is this something that might still be of use to you? If so, what manner...