Add possibility to use not dot delimiter in topic name

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Source
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Ross Lawley
            Reporter:
            Yuri Khmelevskyi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: