Browse Source

comment import fast test

FrancoisPoinsot 6 years ago
parent
commit
e5962bc298
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tools/uncomitted-messages/kafka-console-consumer.go

+ 4 - 1
tools/uncomitted-messages/kafka-console-consumer.go

@@ -2,11 +2,14 @@ package main
 
 
 import (
 import (
 	"flag"
 	"flag"
-	"github.com/Shopify/sarama"
 	"log"
 	"log"
 	"os"
 	"os"
 	"strings"
 	"strings"
 	"time"
 	"time"
+
+	// when testing locally, it is way faster to edit this to reference your local repo if different
+	// if you want to do it properly but slowly you may use some dependency manager magic
+	"github.com/Shopify/sarama"
 )
 )
 
 
 var (
 var (