Skip to content

Commit 9533e64

Browse files
authored
setting use partitioner to True (#122)
1 parent 54adf90 commit 9533e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

faust/stores/aerospike.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def __init__(
6161
self.namespace = options.get(self.NAMESPACE_KEY, "")
6262
self.ttl = options.get(self.TTL_KEY, aerospike.TTL_NEVER_EXPIRE)
6363
self.policies = options.get(self.POLICIES_KEY, None)
64+
table.use_partitioner = True
6465
except Exception as ex:
6566
self.logger.error(f"Error configuring aerospike client {ex}")
6667
raise ex

0 commit comments

Comments
 (0)