mirror of
https://github.com/singchia/frontier.git
synced 2025-09-26 20:31:25 +08:00
fix: misspell in the code
This commit is contained in:
@@ -204,7 +204,7 @@ func (ex *exchange) forwardMessageToService(end geminio.End) {
|
||||
continue
|
||||
}
|
||||
topic := msg.Topic()
|
||||
// TODO seperate async and sync produce
|
||||
// TODO separate async and sync produce
|
||||
err = ex.MQM.Produce(topic, msg.Data(),
|
||||
apis.WithOrigin(msg),
|
||||
apis.WithEdgeID(edgeID),
|
||||
|
Reference in New Issue
Block a user