kafka msg data conversion

This commit is contained in:
pluto 2023-08-22 15:56:23 +08:00
parent b4d7b9c50c
commit 6cd8226098

View File

@ -90,7 +90,7 @@ func GetMessage() {
}(pc)
//wg.Add(1)
//wg.Wait()
consumer.Close()
}
consumer.Close()
_ = <-ch
}