[ 
https://issues.apache.org/jira/browse/LOG4J2-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547027#comment-16547027
 ] 

Gary Gregory commented on LOG4J2-2350:
--------------------------------------

We welcome PRs :)

> CassandraAppender does not allow to choose local data center
> ------------------------------------------------------------
>
>                 Key: LOG4J2-2350
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2350
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: Appenders
>    Affects Versions: 2.11.0
>            Reporter: Ludek Suchanek
>            Priority: Major
>
> CassandraAppender does not allow to choose local data center. This is 
> essential when working in multi dc environment across globe. The Cassandra 
> connector should allow to define preferred data center to connect to. 
> As in JAVA
> {{Cluster cluster = Cluster.builder() .addContactPoint("127.0.0.1") 
> .withLoadBalancingPolicy( DCAwareRoundRobinPolicy.builder() 
> .withLocalDc("myLocalDC") .withUsedHostsPerRemoteDc(2) 
> .allowRemoteDCsForLocalConsistencyLevel() .build() ).build();}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to