ing
This commit is contained in:
parent
12cdd2436c
commit
844b2b6a64
|
@ -74,7 +74,7 @@ func (ch *ConsumerHandlers) OnMessage(msg *kafka.Message) {
|
|||
return
|
||||
}
|
||||
|
||||
bp := oei.BatchPointsFor("metric")
|
||||
bp := oei.BatchPointsFor(ch.GetConsumerName())
|
||||
if nil == bp {
|
||||
logging.Logger().Errorf("BatchPoints of InfluxDB is not valid")
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user