mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-28 11:57:37 +00:00
Jarrod Johnson
36195198a6
Add fallback for newer msgpack
Newer msgpack refuses the encoding argument, use raw=False instead. Further, newer msgpack refuses to accept int as key by default. Opt into it as the risk is hash collision due to msgpack int being used directly, and we aren't dealing with untrusted peer (we only talk to ourselves).
…
…
…
…
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%