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

Mubarak Seyed commented on FLUME-1251:
--------------------------------------

Testing configuration:

{code}
agent.sources=avro-source1
agent.sinks=redis-sink1
agent.channels=mem-channel-1

agent.sources.avro-source1.channels=mem-channel-1
agent.sources.avro-source1.type=avro
agent.sources.avro-source1.bind=0.0.0.0
agent.sources.avro-source1.port=9090

agent.channels.mem-channel-1.type = memory
agent.channels.mem-channel-1.capacity = 1000

agent.sinks.redis-sink1.channel=mem-channel-1
agent.sinks.redis-sink1.type=org.apache.flume.sink.redis.RedisSink
agent.sinks.redis-sink1.hostname=0.0.0.0
agent.sinks.redis-sink1.port=6379
agent.sinks.redis-sink1.batchsize=1
agent.sinks.redis-sink1.ttl=300
agent.sinks.redis-sink1.timeout=300
agent.sinks.redis-sink1.topic=test_topic
agent.sinks.redis-sink1.serializer=org.apache.flume.sink.redis.SimpleRedisEventSerializer
{code}
                
> Redis Publisher Sink
> --------------------
>
>                 Key: FLUME-1251
>                 URL: https://issues.apache.org/jira/browse/FLUME-1251
>             Project: Flume
>          Issue Type: New Feature
>          Components: Sinks+Sources
>            Reporter: Mubarak Seyed
>            Assignee: Mubarak Seyed
>              Labels: noob
>         Attachments: FLUME-1251.trunk.v1.patch
>
>
> [Redis|http://redis.io/] supports pub/sub out-of-the-box. Flume based event 
> streaming application can make use of Redis publisher sink to publish events 
> to topic(s) in Redis and then subscriber(s) of topic/channel can receive 
> events to do near real-time analytics.
> For reference: 
> http://blog.leftronic.com/leftronic-goes-true-real-time-with-nodejs-and

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to