Hello,
I'm trying to install a Debezium PostgreSQL connector (3.1.2), but it's not working.
In the docker-compose.yaml file, under the kafka-connect service, I'm using:
`confluent-hub install --no-prompt debezium/debezium-connector-postgresql:3.1.2`
`confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.5.0`
I enter the container and verify with "ls /usr/share/confluent-hub-components" that the connectors were installed.
However, when I use "curl
http://localhost:8083/connector-plugins" to check the installed plugins, PostgreSQL doesn't appear in the list.
Does anyone know why?
Thank you