Is it possible to specify listen ports for mock brokers rather than using random ones? Like `kcat -M 2 -b localhost:9092, localhost:9093` (it doesn't work) (considering hacky container port mapping solutions out of scope)
Is it possible to specify listen ports for mock brokers rather than using random ones?
Like
kcat -M 2 -b localhost:9092, localhost:9093(it doesn't work)(considering hacky container port mapping solutions out of scope)