Chris Bannister
|
6af1499e33
Add with default timestamp support
|
10 yıl önce |
Chris Bannister
|
87288fa4a1
make SerialConsistency a distinct type
|
10 yıl önce |
Chris Bannister
|
4eb0e0532e
Add with serial consistency support
|
10 yıl önce |
Chris Bannister
|
ef3e59c0a6
conn: only setup the TLS config once
|
10 yıl önce |
Justin Corpron
|
d1eb33572d
Added routing key computation (with override) to Query
|
10 yıl önce |
Chris Bannister
|
f8d20e2d4d
make the cluster streams dependant on the protocol version
|
10 yıl önce |
Oliver Beattie
|
111a338b2e
Merge remote-tracking branch 'origin/master' into fix-panic
|
10 yıl önce |
Oliver Beattie
|
779e083198
Use constant for default max prepared statements
|
10 yıl önce |
Oliver Beattie
|
241b2b965e
Fix a panic establishing sessions using NewSession
|
10 yıl önce |
dkinder
|
69b64836d4
Added PageSize as a property for ClusterConfig
|
11 yıl önce |
Nick DHUPIA
|
12fdedb378
added ssl/tls feature for gocql
|
11 yıl önce |
juliendsv
|
14c1e9774c
update AUTHORS and remove const
|
11 yıl önce |
juliendsv
|
838e2ab56b
DefaultPort to Port: I tink it make more sense like that
|
11 yıl önce |
Chris Bannister
|
db852cdf07
Fail fast if no seeds are available
|
11 yıl önce |
Chris Bannister
|
358e2503dd
Pass by HostInfo instead of the peer address
|
11 yıl önce |
Chris Bannister
|
33220784c3
Add periodic node discovery with optional filters
|
11 yıl önce |
Phillip Couto
|
567a7eaaba
Moved preparedLRU definition to cluster.go as it seems more fitting. Reduced scope of locking for the prepared statement cache in the error handling code when executing batch statement. Improved the test cases.
|
11 yıl önce |
Phillip Couto
|
f56b352c90
Added missing cluster configuration option to adjust the size of the cache.
|
11 yıl önce |
Ben Frye
|
e42185c430
Comments and Readme changes
|
11 yıl önce |
Ben Frye
|
a3fe3be866
Removed redundant Boolean == checks in if
|
11 yıl önce |
Ben Frye
|
d51aff24a7
Added configuration item for DiscoverHosts
|
11 yıl önce |
Ben Frye
|
c2a38e6498
changed !exists to exists == false
|
11 yıl önce |
Ben Frye
|
9103d84985
When creating a session, gocql queries the cluster and fills out the Hosts based on what the cluster has configured.
|
11 yıl önce |
Phillip Couto
|
06eb28df61
Rebased branch. Fixed code that was altered from the rebase.
|
11 yıl önce |
Phillip Couto
|
3783dd1c40
Created the Connection Pool interface and converted the existing connection pool logic to a SimplePool interface.
|
11 yıl önce |
Chris Bannister
|
ef525ee05c
Use better error messages instead of ErrUnavailable
|
11 yıl önce |
Phillip Couto
|
1bce19d061
Added code to debounce requests to fillPool when calls are in a tight
|
11 yıl önce |
Phillip Couto
|
b46e7c51e1
Changed the reconnection logic to reduce the flood of reconnects. Also fixed incorrect keyspace on CreateSession.
|
11 yıl önce |
Phillip Couto
|
5cf7b6ee4c
Cleaned up code to streamline the connection being added to the pool and removed code related to old keyspace behaviour.
|
11 yıl önce |
Chris Bannister
|
daf8c8f8a6
When closing a cluster rmeove its connections instead of closing them
|
11 yıl önce |