Connecting Spring Batch to Remote Cassandra Database -
i'm hoping read data csv file, process data, , upload remote database. i'm using spring's starter repo base. code here
i tried putting information in properties file:
spring.data.cassandra.contact-points=ip, ip spring.data.cassandra.port=port spring.data.cassandra.keyspace-name=keyspace_name spring.data.cassandra.username=user spring.data.cassandra.password=pass spring.data.cassandra.ssl=true however, think keeps defaulting pushing local tomcat jdbc. i'm not sure start. appreciated! thanks.
your code doesn't have use cassandra. doesn't have of dependencies , itemwriter implementation jdbcbatchitemwriter don't think work cassandra. need configure application use cassandra (the spring data starter itemwriter implementation can write cassandra).
Comments
Post a Comment