Releases: Maksim-Gr/kkon
Releases · Maksim-Gr/kkon
Release list
v1.1.0
v1.0.1
v1.0.0
v0.2.0
What's new
New connector templates
- S3 Sink
- JDBC
- Debezium Postgres
UX improvements
- Connector and task list now shows live status badges (RUNNING / FAILED / PAUSED)
connector updateshows a compact before→after diff; exits early with "No changes" when nothing editedhealth-checkdisplays the first lines of the error trace for FAILED tasksconfig setoffers to test the connection after saving credentialsconfig shownow displays the config file path- Spinner during
connector backupAPI calls - Cancel option added to every interactive select prompt
Internal
- Context propagation throughout the HTTP client
- Named model types replacing raw maps
- Resolved 63 golangci-lint issues
- Dependency bumps
v0.1.1
v0.1.0
Changelog
What's included in v0.1.0
Features
- List running connectors and inspect their configuration
- Create RabbitMQ connectors from interactive template
- Create connectors from a JSON file (
--file) - Delete connectors by name
- Connector and task health check with per-task state
- Backup all connector configs to a timestamped JSON file
- Basic auth support for authenticated Kafka Connect clusters
- Interactive prompts with arrow-key navigation
- Dry-run mode (
--dry-run)
Configuration
- Auto-configures on first run
- Config stored at
~/.config/gokafkaconnect/config.yaml