whatyouhide/xandra

Add support for the USE_BETA native protocol flag

Closed this issue · 1 comments

We should send this flag when using v5 of the protocol on C* 3.x.

Nope, we won't do this. Native protocol 5/v5-beta has completely different framing than 4/v4. C* 4 supports 5/v5, so supporting 5/v5-beta would only benefit C* 3 users that wanna run on v5. Being beta, I don't think that's worth it 😉

The framing code understands the USE_BETA flag anyways since #236, so we did what we could in this case.