[ https://issues.apache.org/jira/browse/LOG4J2-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15349020#comment-15349020 ]
ASF GitHub Bot commented on LOG4J2-1448: ---------------------------------------- Github user kelaban commented on the issue: https://github.com/apache/logging-log4j2/pull/32 This patch changes the interface of FlumeAppender which would affect anyone who may configure it in code. Is there away to overload the `@PluginFactory` annotation? Another possibility would be to switch FlumeAppender to have a Builder implementation and keep the old static `createAppender`, removing `@PluginFactory`, and adding a deprecation warning for any programatic configuration. Any preference or rule against changing the interface? > Allow comma separated agents, host list to be passed to FlumeAppender > --------------------------------------------------------------------- > > Key: LOG4J2-1448 > URL: https://issues.apache.org/jira/browse/LOG4J2-1448 > Project: Log4j 2 > Issue Type: Improvement > Reporter: Keith Laban > > Dynamic system configuration of hosts is not possible with flume appender. > The old > [LoadBalancingLog4jAppender|https://flume.apache.org/releases/content/1.4.0/apidocs/org/apache/flume/clients/log4jappender/LoadBalancingLog4jAppender.html] > accepted a space separated list. > This ticket is to add a new parameter to the FlumeAppender which accepts a > comma separated list of host:ports -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org