[
https://issues.apache.org/jira/browse/FLUME-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13437446#comment-13437446
]
Hari Shreedharan commented on FLUME-1479:
-----------------------------------------
What exactly is trying to be accomplished here? Multiple sinks can talk to the
same channel. That is a part of the design. I don't see anything wrong in that.
Also we cannot make changes to any existing behavior which are backward
incompatible in any minor or point releases (such changes can be made only
between 1.x -> 2.x releases). If a config which worked with a previous release
does not work anymore, that is essentially backward incompatibility.
> Multiple Sinks can connect to single Channel
> --------------------------------------------
>
> Key: FLUME-1479
> URL: https://issues.apache.org/jira/browse/FLUME-1479
> Project: Flume
> Issue Type: Bug
> Components: Configuration
> Affects Versions: v1.2.0
> Reporter: Denny Ye
> Assignee: Denny Ye
> Fix For: v1.3.0
>
> Attachments: FLUME-1479.patch
>
>
> If we has one Channel (mc) and two Sinks (hsa, hsb), then they may be
> connected with each other with configuration example
> {quote}
> agent.sinks.hsa.channel = mc
> agent.sinks.hsb.channel = mc
> {quote}
> It means that there have multiple Sinks can connect to single Channel.
> Normally, one Sink only can connect to unified Channel
--
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