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

[jira] [Updated] (FLINK-10061) Fix unsupported configuration in KafkaTableSink

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

Jun Zhang updated FLINK-10061:
------------------------------
    Description: 
When using KafkaTableSink in "table.writeToSink(), the following exception is thrown:
{quote} java.lang.UnsupportedOperationException: Reconfiguration of this sink is not supported.
{quote}
 

  was:
When using KafkaTableSink in "table.writeToSink(), the following exception is thrown:
{code:java}
"java.lang.UnsupportedOperationException: Reconfiguration of this sink is not supported."{code}
 

 


> Fix unsupported configuration in KafkaTableSink
> -----------------------------------------------
>
>                 Key: FLINK-10061
>                 URL: https://issues.apache.org/jira/browse/FLINK-10061
>             Project: Flink
>          Issue Type: Bug
>          Components: Kafka Connector
>    Affects Versions: 1.6.0
>            Reporter: Jun Zhang
>            Assignee: Jun Zhang
>            Priority: Major
>             Fix For: 1.6.0
>
>
> When using KafkaTableSink in "table.writeToSink(), the following exception is thrown:
> {quote} java.lang.UnsupportedOperationException: Reconfiguration of this sink is not supported.
> {quote}
>  



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