【问题标题】:Docker network not found when running Apache Kafka with Debezium and PostgreSQL使用 Debezium 和 PostgreSQL 运行 Apache Kafka 时找不到 Docker 网络
【发布时间】:2022-06-14 04:17:19
【问题描述】:

我收到此错误:

docker:来自守护进程的错误响应:找不到网络 postgres_debezium_cdc_default

当我运行以下命令时:

docker run --tty --network postgres_debezium_cdc_default confluentinc/cp-kafkacat kafkacat -b kafka:9092 \\n-C -s key=s -s value=avro -r http://schema-registry:8081 -t postgres.public.employee 在 Windows 10 家庭版上。

有人可以帮我解决错误吗?

【问题讨论】:

  • 您是否创建了名为 postgres_debezium_cdc_default 的 Docker 网络?

标签: postgresql docker apache-kafka


猜你喜欢
  • 2019-11-14
  • 2019-11-13
  • 2018-09-04
  • 2019-04-20
  • 2021-08-29
  • 1970-01-01
  • 2020-07-15
  • 2021-08-05
  • 2021-03-08
相关资源
最近更新 更多