Travis Bischel
Travis Bischel
What franz-go version are you using?
If you're not yet on 1.7.1, I'm wondering if what you're running into was fixed by 3191842a81033342e8d37a529bd0a1b3d190fd9f.
Hrmm that's no good... if you could let it sit for a few minutes and then ctrl+\ it go get a dump of all goroutines, I'll run the goroutine trace...
Also, if you have logs from both the leader (i.e. what are the balancing decisions being made) and the member that has no partitions, that'd be great.
@steve-gray lmk if you're able to grab any goroutines, I'm particularly interested in tracking down any hung consumer problems.
Hi @steve-gray, I'm going to close this issue. Let me know if you're able to reproduce / add any more logs above / if you're still running into this issue....
If a `Value` is `Comparable`, does this mean the return from `Interface()` can be used as a key in a map? I don't think `reflect` currently has a way to...
That's a good point, agree
This has a slightly tricky interaction with `rpk redpanda config init`; bumping this to 23.1 likely
Unfortunately, it seems like we have many defined flows of people first setting a few configuration values, and then bootstrapping the rest: https://github.com/redpanda-data/openmessaging-benchmark/blob/1c9b850ef2f278bef6b6ffcedeb48492abfdbbf9/driver-redpanda/deploy/deploy.yaml#L189-L212 https://github.com/redpanda-data/openmessaging-benchmark/blob/03de634041178d457267db45915f36fe6d1c16ec/driver-redpanda/deploy/certification/configure.base.sh.j2#L5-L27 https://github.com/redpanda-data/deployment-automation/blob/8579fdde423714696881c07dc1ee331652c31ffd/ansible/playbooks/start-redpanda.yml#L29-L39 Although it doesn't look like...