Releases: BewareMyPower/snctl-cpp
Releases · BewareMyPower/snctl-cpp
v0.1.3
What's Changed
- ci: add clang-tidy check by @BewareMyPower in #5
- feat: list all groups by @BewareMyPower in #6
- feat: support describe group by @BewareMyPower in #7
- feat: add an option to describe lag by @BewareMyPower in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
BREAKING CHANGES:
- All topic commands are now under the
topics
subcommand rather than the command itself sncloud.ini
will be created automatically if it does not exist
FEATURES:
- A
configs
subcommand is added to update the Kafka config
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
The 1st release, which supports admin operations on a SN cloud cluster that enables Kafka protocol:
- List topics
- Create a topic (partitions can be specified)
- Delete a topic
- Describe a topic (query the owner broker for each partition)