stackabletech / kafka-operator

Stackable Operator for Apache Kafka
Other
24 stars 6 forks source link

refactor: combine the operator lib and binary crates #638

Closed NickLarsenNZ closed 11 months ago

NickLarsenNZ commented 11 months ago

Description

Please add a description here. This will become the commit message of the merge request later.

Definition of Done Checklist

# Author
- [ ] Changes are OpenShift compatible
- [ ] CRD changes approved
- [ ] Helm chart can be installed and deployed operator works
- [ ] Integration tests passed (for non trivial changes)
- [ ] Changes need to be "offline" compatible
# Reviewer
- [x] Code contains useful comments
- [x] (Integration-)Test cases added
- [x] Documentation added or updated
- [x] Changelog updated
- [x] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added
sbernauer commented 11 months ago

Please also add a changelog entry similar to "Consolidate Rust workspace members" to CHANGELOG.md