Skip to content

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.

EventHub resources can be managed using the kubectl command line tool, and are available by the name eventhub or eventhubs.

Terminal window
$ kubectl get eventhubs
NAME TYPE STATUS AGE LOCATION
kafka-cluster Kafka Ready 1s prd-123.europe-west1.gcp.convergent.cloud:9092

Currently, only platforms that implement the Kafka API are supported as an EventHub.

See the Kafka EventHub documentation for more information.