You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't compile because ReplicationOptions is history in Pillar 3.3.0. Getting to the correct ReplicationStrategy is much more involved now, and it seems like we'd have to extend sbt-pillar-plugin's config scheme in order to honor complex NetworkTopologyStrategy configs.
So the question is how to allow the user to configure the ReplicationStrategy? I'd go for s.th. like what com.datastax.driver.core.ReplicationStrategy#create or com.datastax.driver.core.KeyspaceMetadata#build does. E.g. the user could specify
I'm going to send a PR for this.
The text was updated successfully, but these errors were encountered: