thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

Add support for stream_id #145

Closed wjhoward closed 2 years ago

wjhoward commented 2 years ago

Patched in drolando's previous changes to the latest version of the upstream.

As per ticket EDGE-303.

Remove mutex - use deque for speed - move implementation in init.lua Use a simple counter to generate stream ids try moving counter to the cluster level Updated to work with lua-cassandra 1.5.0

wjhoward commented 2 years ago

Intended for forked repo.