Releases: knative-extensions/kn-plugin-source-kafka
Releases · knative-extensions/kn-plugin-source-kafka
Knative Kn Plugin Source Kafka release v0.21.0
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
[add release notes here]
Knative Kn Plugin Source Kafka release v0.19.0
- Add support to specify multiple values for
--servers
and--topics
flags
Knative Kn Plugin Source Kafka release v0.18.0
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 executablechmod 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.