kafka修复

This commit is contained in:
hahwu 2025-06-17 11:00:53 +08:00
parent 72b4d08d93
commit 031d22d195

View File

@ -67,7 +67,6 @@ func SendMsg(key, value []byte) error {
return nil
}
err := KafkaMod.WriteMessages(context.Background(), kafka.Message{
Topic: topic,
Key: key,
Value: value,
})