Fix cassandra deps breakage
This commit is contained in:
parent
09cdea92fd
commit
fcbcc22bd9
|
@ -143,7 +143,7 @@ func (c *CassandraConnectionProducer) createSession() (*gocql.Session, error) {
|
|||
}
|
||||
|
||||
clusterConfig.SslOpts = &gocql.SslOptions{
|
||||
Config: *tlsConfig,
|
||||
Config: tlsConfig,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue