You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/06 10:00:56 UTC

[GitHub] tragicjun commented on issue #6495: [FLINK-10061] [table] [kafka] Fix unsupported reconfiguration in KafkaTableSink

tragicjun commented on issue #6495: [FLINK-10061] [table] [kafka] Fix unsupported reconfiguration in KafkaTableSink
URL: https://github.com/apache/flink/pull/6495#issuecomment-410655698
 
 
   Thanks @twalthr for reviewing. Actually I was using `TableEnvironment.connect()` but got used to `writeToSink` style of defining sinks. I think as long as the `writeToSink` remains there, it is hard to prevent legacy code from using it, which would lead to confusion. 
   
   I assumed that `KafkaTableSink` is internal class and change the API semantics causes no confusion (no one would actually invoke KafkaTableSink.configure() apart from internal classes). It is a quick way of resolving the issue. Please let me know if anything I was missing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services