Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #929 from carsonip/fix-managed-balanced-consumer
Browse files Browse the repository at this point in the history
Fix wrong default compacted_topic of ManagedBalancedConsumer
  • Loading branch information
Emmett J. Butler committed Mar 18, 2019
2 parents 3893c46 + a2b1ee5 commit 5846875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykafka/managedbalancedconsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self,
reset_offset_on_start=False,
post_rebalance_callback=None,
use_rdkafka=False,
compacted_topic=True,
compacted_topic=False,
heartbeat_interval_ms=3000,
membership_protocol=RangeProtocol,
deserializer=None,
Expand Down

0 comments on commit 5846875

Please sign in to comment.