Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-18486

IgniteToKafkaCdcStreamer implicitely creates topic with wrong partitions number

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • extensions
    • Docs Required, Release Notes Required

    Description

      If Kafka topic specified in the IgniteToKafkaCdcStreamer's property is absent it's created implicitely with the default number of partitions (which is 1).

      INFO [KafkaApi-1] Auto creation of topic ignite with 1 partitions and replication factor 1 is successful (kafka.server.KafkaApis)

      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.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            serge.korotkov Sergey Korotkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: