diff --git a/README.md b/README.md index 98089e2..efe4442 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ Highly resilient, distributed architecture, cloud-native, and run on any Kuberne $ pip3 install memphis-py ``` +Notice: you may receive an error about the "mmh3" package, to solve it please install python3-devel +```sh +$ sudo yum install python3-devel +``` + ## Importing ```python diff --git a/memphis/memphis.py b/memphis/memphis.py index 912e4cd..eb16759 100644 --- a/memphis/memphis.py +++ b/memphis/memphis.py @@ -41,7 +41,7 @@ class Memphis: MAX_BATCH_SIZE = 5000 MEMPHIS_GLOBAL_ACCOUNT_NAME = "$memphis" - SEED = 1234 + SEED = 31 def __init__(self): self.is_connection_active = False