d9b5b8c36495e5862b8a6c73e10d7ae96ea56688 | Author: Thomas Meson <zllak@hycik.org>
| 2019-02-05 17:18:35+01:00
query executor: better handling of errors for host selection
We cannot mark the host as failed in case of logical errors, whether it is from
gocql itself or from the context package.
beb14e33f5e7ffd903f4d99d06cdcf2fc3eee9ef | Author: Thomas Meson <thomas@zen.ly>
| 2018-06-02 19:09:55+02:00
ObservedQuery,ObservedBatch: pass the address of the node (#1101)
We can now have the address of the cassandra node which made the
query/batch.
929922e7e418304a70232dfcd687d3f3c0909825 | Author: Thomas Meson <thomas@zen.ly>
| 2018-06-02 18:41:58+02:00
conn: add ConnectObserver (#1100)
Much like the QueryObserver, the ConnectObserver is called when a new connection
is made.