feat kafka

This commit is contained in:
2026-01-27 17:14:05 +08:00
parent 7271181501
commit a93b5fd1aa
3 changed files with 10 additions and 7 deletions

View File

@@ -54,7 +54,6 @@ type RedisConfig struct {
}
type KafkaConfig struct {
GroupID string `yaml:"groupID"`
Brokers []string `yaml:"brokers"`
}