From e50e45f0a017e65b033a5480298225544ffa9c4e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 19 Dec 2018 17:28:53 -0800 Subject: use ipv4 localhost with kafkacat --- kafka/grobid_kafka_notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kafka') diff --git a/kafka/grobid_kafka_notes.txt b/kafka/grobid_kafka_notes.txt index b4fa2a8..a1f7380 100644 --- a/kafka/grobid_kafka_notes.txt +++ b/kafka/grobid_kafka_notes.txt @@ -45,7 +45,7 @@ Check grobid output: gohdfs get sandcrawler/output-prod/2018-11-30-2125.55-dumpungrobided/part-00000 mv part-00000 2018-11-30-2125.55-dumpungrobided.tsv - cat 2018-11-30-2125.55-dumpungrobided.tsv | kafkacat -P -b localhost:9092 -t sandcrawler-prod.ungrobided + cat 2018-11-30-2125.55-dumpungrobided.tsv | kafkacat -P -b 127.0.0.1:9092 -t sandcrawler-prod.ungrobided ## Performance -- cgit v1.2.3