type DSN struct {
Key string// app key Secret string// app secret Group string// kafka group Topic string// kafka topic Role string// pub or sub Color string// env color}
DSN is a configuration parsed from a DSN string
key:secret@group/topic=?&role=?