memiiso / debezium-server-iceberg

Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)
Apache License 2.0
171 stars 35 forks source link

incorrect URI in example when hive is used #307

Closed pandabrowski closed 2 months ago

pandabrowski commented 2 months ago

there is a problem, when the hive metastore is used, the network name is used to create a host name. Because network name includes '_', generated URI is incorrect. to solve it you can change a name of network in dockerfile: networks: iceberg_net: name: "icebergnet"

ismailsimsek commented 2 months ago

Thank you @pandabrowski, do you like to send PR for fix?

pandabrowski commented 2 months ago

sorry, i'm short on time.