kafka修复
This commit is contained in:
parent
72b4d08d93
commit
031d22d195
@ -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,
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user