Postgresql – How do I set the target table name for my sink JDBC connector?
I have a JDBC sink connector retrieving data from a Postgres source connector, and I need to copy the data from my "parametros" source table to my "parametros_sistema" target table. I'm using the org.apache.kafka.connect.transforms.ReplaceField$Value transformer to target the specific columns…