aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/notification_kafka.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/notification_kafka.go')
-rw-r--r--weed/replication/notification_kafka.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/weed/replication/notification_kafka.go b/weed/replication/notification_kafka.go
index aaf08a96c..d10175757 100644
--- a/weed/replication/notification_kafka.go
+++ b/weed/replication/notification_kafka.go
@@ -1,17 +1,17 @@
package replication
import (
+ "fmt"
+
"github.com/Shopify/sarama"
- "github.com/chrislusf/seaweedfs/weed/util"
- "github.com/golang/protobuf/proto"
"github.com/chrislusf/seaweedfs/weed/glog"
- "fmt"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
+ "github.com/chrislusf/seaweedfs/weed/util"
+ "github.com/golang/protobuf/proto"
)
func init() {
- NotificationInputs = append(NotificationInputs, &KafkaInput{
- })
+ NotificationInputs = append(NotificationInputs, &KafkaInput{})
}
type KafkaInput struct {