feat kafka 改版 1

This commit is contained in:
2026-01-29 16:20:29 +08:00
parent be7b922cbf
commit a2251b9cb7
3 changed files with 31 additions and 10 deletions

5
db/kafka/topic.go Normal file
View File

@@ -0,0 +1,5 @@
package kafka
type Topic interface {
Name() string
}