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:23:00 UTC

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

Sergey Korotkov created IGNITE-18486:
----------------------------------------

             Summary: 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
            Reporter: Sergey Korotkov


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)