thibaultcha / lua-cassandra

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

fix(socket) use cosockets in preread phase #136

Closed kikito closed 3 years ago

kikito commented 4 years ago

Now that we are removing service mesh from Kong the bug which prevented us from using cosockets in the preread phase should be possible.

The equivalent change in PostgreSQL is part of https://github.com/Kong/kong/pull/5204 (see changes in kong/db/strategies/postgres/connector.lua)

thibaultcha commented 3 years ago

Thanks!