Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-6928

Kafka sink: default topic should not need to exist

    XMLWordPrintableJSON

Details

    Description

      When using a Kafka sink, the defaultTopic needs to exist even when it is never used. It would be nice if fetching partition information for the default topic would be delayed until the moment a topic is actually used.

      Cause: FlinkKafkaProducerBase.open fetches partition information for the default topic.

      In addition, it would be nice if we could signal that the defaultTopic is not needed by passing null. Currently, a value for the defaultTopic is required.

      Attachments

        Activity

          People

            Unassigned Unassigned
            erikvanoosten Erik van Oosten
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: