I am trying to use a cassandra based on CosmoDB and I manage to connect without problems. However, when creating the schemas, I have the following problem:
2021/10/19 16:27:48 gocql: unable to dial control conn my.ip.my.ip: gocql: no response to connection startup within timeout
2021/10/19 16:27:48 error creating Keyspace:gocql: unable to create session: control: unable to connect to initial hosts: gocql: no response to connection startup within timeout
Check the source code and wait for the assignment of the DB port in the following value:
CASSANDRA_DB_PORT
But apparently he is not taking it and fails to create. Any idea how to solve this?