This is in regards to the auto configuration of the cassandra cluster

The cassandra driver provides an interface named TypeConverter that defines how to convert a cassandra type to a java type. There are default implementations for most common java types but the interface is there to allow the user to define their own. These need to be registered with the Cluster Builder.

Currently, this is achievable by providing your own implementation of ClusterBuilderCustomizer that adds your custom type converter to the cluster builder. However, can this step be cut out by automatically adding all TypeConverter beans to the cluster builder?

Comment From: mbhave

@michaelmcfadyen Could you provide a snippet of how you're configuring the TypeConverters on the Builder using the customizer? I feel that the customizer is good way to add additional configuration to the Builder but in case it turns out that the code for adding the TypeConverters is tedious, we can consider simplifying it.

Comment From: spring-projects-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-projects-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.