![]() * - added kafka connect to docker-compose files - added kafka connect property to application * - added /connectors endpoint - added /connectors/{name} endpoint * - added /connectors/{name}/(restart/pause/resume) endpoints - updated connector config model - added FileStream connectors configs * - added /connectors post endpoint * - added all other kafka connect endpoints - reverted config file * - moved kafka connect related endpoints to separate tag/controller * - added kafka connect container - added simple test for kafka connect service - added assertj dependency * - added tests for KafkaConnectService * - added more tests - moved kafkaConnect rest client calls to separate class - added validation * - removed additional validation - removed Client class - removed client test and replaced with proper integration test - added retries * - cleanup * moved to using generated kafka connect client * updated rest schema * added new maven clean plugin configuration so it deletes generated sources in kafka-ui-react-app/src directory * changed restart/pause/resume action schema * - added test - refactoring * added more error handling * added more tests for error handling * fixed schema registry tests * changed /connect to /connects * - fixed mutating connector object during getConnector request - added new retrying kafka connect client with common retry logic - fixed dependency scope * - removed unnecessary `.cache()` * - reverted testcontainers initialization code * - added missing UNASSIGNED status to response enum * - fixed configurations - fixed testcontainers lifecycle management * fixed application-local.yml |
||
---|---|---|
.. | ||
kafka-clusters-only.yaml | ||
kafka-ui.yaml | ||
message.json |