aboutsummaryrefslogtreecommitdiffstats
path: root/python/kafka_grobid.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/kafka_grobid.py')
-rwxr-xr-xpython/kafka_grobid.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/kafka_grobid.py b/python/kafka_grobid.py
index ada7264..d48c175 100755
--- a/python/kafka_grobid.py
+++ b/python/kafka_grobid.py
@@ -261,10 +261,10 @@ def main():
default="qa",
help="eg, 'qa' or 'prod'")
parser.add_argument('--consume-topic',
- default="sandcrawler-qa.ungrobided",
+ default=None,
help="Kafka topic to consume from")
parser.add_argument('--produce-topic',
- default="sandcrawler-qa.grobid-output",
+ default=None,
help="Kafka topic to produce to")
parser.add_argument('--grobid-uri',
type=str,