kafka-ui
kafka-ui copied to clipboard
Configure package backward compatibility of Kafka Connect
Describe the bug I use kafka-connector 5.2.4 and I have an 404 error during getting list of connectors With kafka-connector 6.0.1 it works. Set up
./mvnw clean install -Pprod
docker-compose -f ./docker/kafka-ui.yaml up
Steps to Reproduce Steps to reproduce the behavior:
- Create connector
- Click Kafka Connect to view all created connectors
Expected behavior All connectors are shown in connectors's list
Screenshots
(If applicable, add screenshots to help explain your problem)

Additional context (Add any other context about the problem here)