mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-28 11:59:54 +00:00
22 lines
683 B
YAML
22 lines
683 B
YAML
source:
|
|
type: "kafka-connect"
|
|
config:
|
|
# Coordinates
|
|
connect_uri: "http://localhost:8083"
|
|
cluster_name: "connect-cluster"
|
|
provided_configs:
|
|
- provider: env
|
|
path_key: MYSQL_CONNECTION_URL
|
|
value: jdbc:mysql://test_mysql:3306/librarydb
|
|
# Optional mapping of platform types to instance ids
|
|
platform_instance_map: # optional
|
|
mysql: test_mysql # optional
|
|
connect_to_platform_map: # optional
|
|
postgres-connector-finance-db: # optional - Connector name
|
|
postgres: core_finance_instance # optional - Platform to instance map
|
|
# Credentials
|
|
username: admin
|
|
password: password
|
|
|
|
sink:
|
|
# sink configs |