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

ASF GitHub Bot commented on LOG4J2-2400:
----------------------------------------

Github user rgoers commented on a diff in the pull request:

    https://github.com/apache/logging-log4j2/pull/206#discussion_r210161652
  
    --- Diff: 
log4j-redis/src/main/java/org/apache/logging/log4j/redis/appender/RedisManager.java
 ---
    @@ -0,0 +1,104 @@
    +package org.apache.logging.log4j.redis.appender;
    --- End diff --
    
    Missing license header


> Support for log4j2 RedisAppender
> --------------------------------
>
>                 Key: LOG4J2-2400
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2400
>             Project: Log4j 2
>          Issue Type: New Feature
>          Components: Appenders
>            Reporter: Kevin Andrew Meurer
>            Priority: Major
>
> Redis functions well as a temporary queue for event data en route to another 
> data store. For example, Redis may be used to improve the fault-tolerance of 
> a logging pipeline by serving as an intermediary as log events move to a 
> separate storage layer (i.e. log4j2 - > Redis < - Logstash -> Elasticsearch).
> As a result, event processing applications may wish to use Redis instead of 
> Kafka as a message broker. We should add support for a RedisAppender to 
> support this use case.
> Relevant dev list thread: 
> [https://lists.apache.org/thread.html/4967cf3cd4db367ba563143ccd1438b7c53830671881eb692642b8d9@%3Cdev.logging.apache.org%3E]



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

Reply via email to