You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ph.Duveau (JIRA)" <ji...@apache.org> on 2018/01/22 08:53:00 UTC

[jira] [Updated] (FLINK-8468) Allow the sink to be extended

     [ https://issues.apache.org/jira/browse/FLINK-8468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ph.Duveau updated FLINK-8468:
-----------------------------
    Description: We extend RMQSink to get a variable routingkey using fields from the "value" and also to have a configurable exchange to publish to. But we got problems with the class attribute "logFailuresOnly" of RMQSink which is private (should be protected scope).  (was: We extend RMQSink to get a variable routingkey using fields from the "value" and also to have a configurable exchange to publish to. But we got problems with the class attribute "logFailuresOnly" of RMQSink which is private (should be is protected).)

> Allow the sink to be extended 
> ------------------------------
>
>                 Key: FLINK-8468
>                 URL: https://issues.apache.org/jira/browse/FLINK-8468
>             Project: Flink
>          Issue Type: Improvement
>          Components: RabbitMQ Connector
>    Affects Versions: 1.4.0
>            Reporter: Ph.Duveau
>            Priority: Major
>
> We extend RMQSink to get a variable routingkey using fields from the "value" and also to have a configurable exchange to publish to. But we got problems with the class attribute "logFailuresOnly" of RMQSink which is private (should be protected scope).



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