You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using framed transport for thrift. Pandra has support for this, but it would be nice to make this easily configurable. To be able to configure the transport type we made the following adjustments:
We are currently using framed transport for thrift. Pandra has support for this, but it would be nice to make this easily configurable. To be able to configure the transport type we made the following adjustments:
in file config.php:
in file lib/Core.class.php, in both functions connect() and connectSeededKeyspace():
And finally change the definition of the function _authOpen in file lib/Core.class.php to:
The text was updated successfully, but these errors were encountered: