nutritious-bird-77396
03/02/2022, 9:26 PMplatform_instance_map
parameter work in Kafka Connect Ingestion connector?
If there are 2 different postgres
instances each with its own platform_instance
name such as instance1
and instance2
how will the map parameter look?
Not sure how it would work for the same platform having multiple instances with the example - https://datahubproject.io/docs/metadata-ingestion/source_docs/kafka-connect#config-detailsmammoth-bear-12532
mammoth-bear-12532
connection_to_platform_map
where we map the kafka-connect-specific connection name for the different postgres instances to their datahub platform and instance values.nutritious-bird-77396
03/03/2022, 3:23 AM"database.server.name"
in Kafka Connect API config matches the platform_instance
name in the postgres ingestion.
Will keep you posted on updates.nutritious-bird-77396
03/04/2022, 9:56 PMdatabase.server.name
to the table name based on a flag - https://github.com/linkedin/datahub/pull/4321