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)