Reduce logging

This commit is contained in:
Neil Alexander 2021-01-25 12:41:39 +00:00
parent 7c6238674d
commit de11c1bc47
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -107,7 +107,6 @@ func (c *ContinualConsumer) StartOffsets() ([]sqlutil.PartitionOffset, error) {
go c.consumePartition(pc)
if c.Process != nil {
c.Process.ComponentStarted()
logrus.Infof("Started consumer for %q topic %q", c.ComponentName, c.Topic)
go func(pc sarama.PartitionConsumer) {
<-c.Process.WaitForShutdown()
_ = pc.Close()