Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debezium Source connector is not working #171

Open
guilherme-wirecard opened this issue Feb 16, 2021 · 1 comment
Open

Debezium Source connector is not working #171

guilherme-wirecard opened this issue Feb 16, 2021 · 1 comment

Comments

@guilherme-wirecard
Copy link

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
Copy link

OneCricketeer commented Jul 15, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants