java - How to configure com.datastax.driver.core.Cluster.Initializer from a configuration file -
i wanted know if it's possible build com.datastax.driver.core.cluster.initializer
configuration file mentioned in api java docs.
are there existing implementations parse file , create cluster.initializer
or expected write our own?
thanks.
Comments
Post a Comment