Skip to content

Releases: knative-extensions/kn-plugin-source-kafka

Knative Kn Plugin Source Kafka release v0.21.0

24 Feb 20:58
0bea7be
Compare
Choose a tag to compare

This release introduces new command kn source kafka list to align with kn built-in sources.

Meta

The compile dependencies have been updated to Knative Client 0.21.0 and Knative Eventing Kafka 0.21.0. There are no changes in the used API version for communicating with the backend.

kn source kafka list

The command adds support to list KafkaSources per namespaces or cluster-wide.

Examples

# List the available kafka sources
kn source kafka list

Options

  -A, --all-namespaces     If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
  -h, --help               help for list
  -n, --namespace string   Specify the namespace to operate in.

Please refer to Usage for more details.

Knative Kn Plugin Source Kafka release v0.20.0

19 Feb 17:01
55c9985
Compare
Choose a tag to compare

[add release notes here]

Knative Kn Plugin Source Kafka release v0.19.0

26 Jan 13:00
f09c284
Compare
Choose a tag to compare
  • Add support to specify multiple values for --servers and --topics flags

Knative Kn Plugin Source Kafka release v0.18.0

08 Dec 11:02
24683a7
Compare
Choose a tag to compare

Initial plugin release.

This release of plugin the brings kafka source management capabilities with kn client.

Quick start:

  • Download the plugin in your kn plugins directory (~/.config/kn/plugins)
  • Rename the binary to kn-source-kafka and make it executable chmod u+x kn-source-kafka
  • Verify if plugin is loaded: kn plugin list
  • Run the plugin kn source kafka --help
➜ kn source kafka -h
Manage Knative kafka eventing sources

Usage:
  kafka [command]

Available Commands:
  create      Create a kafka source
  delete      Delete a kafka source
  describe    Describe a kafka source
  help        Help about any command

Flags:
  -h, --help   help for kafka

Use "kafka [command] --help" for more information about a command.