Currently the listeners only allow 1 listener per decode, a better way to handle it would be: ``` listensers.my-name.type = influx listensers.my-name.port = 8888 listensers.my-name.bucket = "bucket" ``` and build the struct based on that.