|
|
@@ -2,11 +2,14 @@ package main
|
|
|
|
|
|
import (
|
|
|
"flag"
|
|
|
- "github.com/Shopify/sarama"
|
|
|
"log"
|
|
|
"os"
|
|
|
"strings"
|
|
|
"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 (
|