lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

Debezium Source connector is not working #171

Open guilherme-wirecard opened 3 years ago

guilherme-wirecard commented 3 years ago

Hello,

I'm trying to use Debezium Source but the dashboard shows nothing. I tried with MySqlConnector but I realize that any Debezium Connector doesn't work. Follow my configurations:

SO: MacOS BigSur Docker Compose file:

version: '2'

services:
  kafka-cluster:
    image: landoop/fast-data-dev:2.5.1-L0
    environment:
      CONNECT_HEAP: 3G
      ADV_HOST: 127.0.0.1
      SAMPLEDATA: 0
      RUNTESTS: 0
    ports:
      - 2181:2181                 # Zookeeper
      - 3030:3030                 # Landoop UI
      - 8081-8083:8081-8083       # REST Proxy, Schema Registry, Kafka Connect ports
      - 9581-9585:9581-9585       # JMX Ports
      - 9092:9092                 # Kafka Broker

The dashboard as shows to me:

image

OneCricketeer commented 2 years ago

Needs more details. "Not working" or "cannot be found/added"?
This container does not include Debezium connectors