From 08e0bee3570bd3a5e846c92276fd339ce66af059 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 1 Dec 2018 18:42:21 -0800 Subject: work around kafka topic/group mistakes --- python/kafka_grobid_hbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/kafka_grobid_hbase.py b/python/kafka_grobid_hbase.py index 986448b..a7f2a5e 100755 --- a/python/kafka_grobid_hbase.py +++ b/python/kafka_grobid_hbase.py @@ -40,7 +40,7 @@ class KafkaGrobidHbaseWorker: def __init__(self, kafka_hosts, consume_topic, **kwargs): self.consume_topic = consume_topic - self.consumer_group = kwargs.get('consumer_group', 'grobid-hbase-insert') + self.consumer_group = kwargs.get('consumer_group', 'grobid-hbase-insert2') self.kafka_hosts = kafka_hosts or 'localhost:9092' self.hbase_host = kwargs['hbase_host'] self.hbase_table = kwargs['hbase_table'] -- cgit v1.2.3