Hi, Could you tell, what kind of driver customisation you’d like to implement?
Taking a look on current implementation of CassandraIO, I think that one of the option could be just to add another configuration “withSomeOption(...)” method and pass it to new Cluster instance initialisation method. Another one, more sophisticated, is to implement a “withClusterProvider(…)” method, which will allow to user to implement and provide custom Cluster instance with all required configuration. In both cases, it will require CassandraIO modification. > On 18 Jul 2020, at 13:11, wang Wu <[email protected]> wrote: > > I notice that the standard Cassandra IO setup Cluster with basics settings. > Is it possible to implement custom Cassandra IO in which I can customise > Datastax driver? Any sample code will be helpful. Thanks
