Uploaded image for project: 'Kafka Connector'
  1. Kafka Connector
  2. KAFKA-172

Add possibility to use not dot delimiter in topic name

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Source
    • None

    Description

      Currently connector creates topic name like `database.collection`. But unfortunately I'm not able to work with these topics using kSQL because kSQL doesn't support topic name with periods:

      ```

      create stream scustomers as select * from "mydb.mycollection";

      Source names may only contain alphanumeric values, '_' or '-'. Got: 'mydb.mycollection'

      ```

      https://github.com/confluentinc/ksql/issues/4955

       

      It would be great to add additional parameter for this delimiter.

      Attachments

        Activity

          People

            ross@mongodb.com Ross Lawley
            y.khmelevskyi@gmail.com Yuri Khmelevskyi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: