Overview
An EventHub defines external message sources such as Kafka clusters. It can be used by a Backup to back up data from, or by a Restore to restore data to.
Usage
EventHub resources can be managed using the kubectl
command line tool,
and are available by the name eventhub
or eventhubs
.
$ kubectl get eventhubsNAME TYPE STATUS AGE LOCATIONkafka-cluster Kafka Ready 1s prd-123.europe-west1.gcp.convergent.cloud:9092
Supported Platforms
Currently, only platforms that implement the Kafka API are supported as an EventHub.
See the Kafka EventHub documentation for more information.