You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Martijn Visser (Jira)" <ji...@apache.org> on 2022/05/02 06:55:00 UTC

[jira] [Closed] (FLINK-27436) option `properties.group.id` is not effective in kafka connector for finksql

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

Martijn Visser closed FLINK-27436.
----------------------------------
    Resolution: Not A Problem

[~SpongebobZ] That makes sense right? There's nothing to checkpoint unless there has been data to process? Either way, this is not a bug in Flink so I'm closing this ticket. 

> option `properties.group.id` is not effective in kafka connector for finksql
> ----------------------------------------------------------------------------
>
>                 Key: FLINK-27436
>                 URL: https://issues.apache.org/jira/browse/FLINK-27436
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Client
>    Affects Versions: 1.14.3
>            Reporter: Spongebob
>            Priority: Major
>
> option `properties.group.id` is not effective in kafka connector for finksql.
> when I run this sql, I can read message from specific topic normaly. But I could not
> find the group named `test-group` in kafka server. 
> {code:java}
> // ddl like this
> "CREATE TABLE ...
>         "WITH ('connector' = 'kafka',
>          'properties.bootstrap.servers' = '...'," +
>         "'topic' = '...',"+
>          "'scan.startup.mode'='latest-offset'," +
>         "'properties.group.id' = 'test-group'," +
>          "'format' = 'debezium-json')"; {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)