diff options
-rwxr-xr-x | python/kafka_grobid_hbase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/kafka_grobid_hbase.py b/python/kafka_grobid_hbase.py index b6219eb..b52c386 100755 --- a/python/kafka_grobid_hbase.py +++ b/python/kafka_grobid_hbase.py @@ -146,7 +146,7 @@ class KafkaGrobidHbaseWorker: managed=True, auto_commit_enable=True, # needed to avoid MessageSet decode errors - fetch_message_max_bytes=32*1024*1024, + fetch_message_max_bytes=4*1024*1024, # LATEST because best to miss processing than waste time re-process auto_offset_reset=pykafka.common.OffsetType.LATEST, compacted_topic=True) |