kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Configure package backward compatibility of Kafka Connect

Open antipova926 opened this issue 4 years ago • 0 comments

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:

  1. Create connector
  2. 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) Screenshot 2021-08-25 at 14 36 08

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

antipova926 avatar Aug 25 '21 11:08 antipova926