Alexandre Costa e Silva (Galactros)
unread,Oct 17, 2023, 3:44:56 PM10/17/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debezium
I'm configuring a jdbc sink debezium connector and in the topic configuration I'm configuring 3 tables. By default, the JDBC sink debezium creates the table in the target database based on the name of the table's topic.
I would like to change this behavior by having other options for creating the table name in the destination database.
Ex:
topics=test.Db.Table_1,test.Db.Table_2,test.Db.Table_3
Table names in target=Table_1,Table_2,Table_3
or
Table names in target=Orders,Sales,Products
Is there any way to do something this way?