Skip to content

Commit

Permalink
setting use partitioner to True (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
patkivikram authored Mar 12, 2021
1 parent 54adf90 commit 9533e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faust/stores/aerospike.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __init__(
self.namespace = options.get(self.NAMESPACE_KEY, "")
self.ttl = options.get(self.TTL_KEY, aerospike.TTL_NEVER_EXPIRE)
self.policies = options.get(self.POLICIES_KEY, None)
table.use_partitioner = True
except Exception as ex:
self.logger.error(f"Error configuring aerospike client {ex}")
raise ex
Expand Down

0 comments on commit 9533e64

Please sign in to comment.