fast-data-dev
fast-data-dev copied to clipboard
Debezium Source connector is not working
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:

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