shotover-proxy
shotover-proxy copied to clipboard
L7 data-layer proxy
In order to solve https://github.com/shotover/shotover-proxy/issues/537 we are going to have to design a way for shotover to handle the pubsub model which goes against many of the assumptions in shotovers...
This issue is to address issues in the caching logic with respect to the new CQL3 parser. This new parser properly parses CQL3 statements and provides us with better understanding...
Unfortunately it seems unusable at the moment. I am getting instruction counts of ~7000 per message sent which sounds way too low. It must be failing to count instructions that...
So far only implements select and even then still doesnt have full coverage of select. However it does implement enough demonstrate the feasibility of writing a parser like this. ##...
_Originally posted by @benbromhead in https://github.com/shotover/shotover-proxy/issues/554#issuecomment-1058800603_
The current benchmark system is alright. It can currently be used by developers to get a better understanding of how the system performs in general and the effects of their...
- [x] #93 - [x] #522 - [x] Authentication & integration tests for auth - [x] #208 - [ ] #160 - [x] #94 - [x] #500 - [x] #392...
## Describe the bug If you run the `psubscribe` command, then run any other command, the proxy seems to be stuck and no subsequent commands work. Every subsequent command returns...
## Is your feature request related to a problem? Please describe. I'm not sure if this should be a feature request or bug, since this might not be the intended...
We need to investigate adding TLS configuration options: - validate hostname - supplying a hostname vs an address to connect to _Originally posted by @conorbros in https://github.com/shotover/shotover-proxy/pull/437#discussion_r808680003_