You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Korotkov (Jira)" <ji...@apache.org> on 2022/12/29 08:25:00 UTC

[jira] [Updated] (IGNITE-18486) IgniteToKafkaCdcStreamer implicitely creates topic with wrong partitions number

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

Sergey Korotkov updated IGNITE-18486:
-------------------------------------
    Component/s: extensions

> IgniteToKafkaCdcStreamer implicitely creates topic with wrong partitions number
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-18486
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18486
>             Project: Ignite
>          Issue Type: Bug
>          Components: extensions
>            Reporter: Sergey Korotkov
>            Priority: Minor
>
> If Kafka topic specified in the {{IgniteToKafkaCdcStreamer}}'s property is absent it's created implicitely with the default number of partitions (which is 1).
> So {{IgniteToKafkaCdcStreamer}} ignores the {{kafkaPartitions}} property in this case.
> Looks like that  {{IgniteToKafkaCdcStreamer}} should either refuse to work if topic is absent or create it respecting the {{kafkaPartitions}} property.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)