Skip to content

Releases: BewareMyPower/snctl-cpp

v0.1.3

07 Jun 06:36

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

19 May 17:03

Choose a tag to compare

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

19 May 03:33

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 May 09:29

Choose a tag to compare

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)