I have successfully connected to 4 kafka clusters including Dev and UAT environment on Burrow in a single burrow.toml file, just by downloading the Burrow_1.6.0_linux_amd64.tar.gz and executing the binary file. I do not have GO on my VM. The command I use to execute the toml file is: ./burrow --config-dir/home/burrow/config and I guess it by default searches config file with the name burrow, however, I want to create multiple toml files region-wise with different ports as sometimes multiple clusters running on same port gives various errors. (example Too many open files, cannot assign requested address TCP connection refused.)
In short: I want to create multiple toml config files with region names specific to one cluster and point burrow to execute using this config instead of its default name burrow.toml