mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Finally rid of capital Sirupsen??
This commit is contained in:
3
vendor/github.com/Shopify/sarama/client.go
generated
vendored
3
vendor/github.com/Shopify/sarama/client.go
generated
vendored
@@ -612,6 +612,9 @@ func (client *client) backgroundMetadataUpdater() {
|
||||
if specificTopics, err := client.Topics(); err != nil {
|
||||
Logger.Println("Client background metadata topic load:", err)
|
||||
break
|
||||
} else if len(specificTopics) == 0 {
|
||||
Logger.Println("Client background metadata update: no specific topics to update")
|
||||
break
|
||||
} else {
|
||||
topics = specificTopics
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user