Skip to content

Commit

Permalink
fix topic2table issue
Browse files Browse the repository at this point in the history
  • Loading branch information
binglihub committed Sep 30, 2019
1 parent 65b9909 commit 8a6d2a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void start(final Map<String, String> parsedConfig)
//generate topic to table map
this.topic2table =
config.containsKey(SnowflakeSinkConnectorConfig.TOPICS_TABLES_MAP)?
Utils.parseTopicToTableMap(SnowflakeSinkConnectorConfig.TOPICS_TABLES_MAP)
Utils.parseTopicToTableMap(config.get(SnowflakeSinkConnectorConfig.TOPICS_TABLES_MAP))
: new HashMap<>();

//enable jvm proxy
Expand Down

0 comments on commit 8a6d2a2

Please sign in to comment.