Kafka
Last updated
Was this helpful?
Last updated
Was this helpful?
Google Cloud does not have first-party managed Kafka service. For messaging, you can mostly use Cloud Pub/Sub. If you need capabilities of Kafka, then you can run Kafka cluster either as a third-party managed service (e.g., from Confluent Cloud), or run it on Kubernetes with an operator.
Confluent can create managed Kafka clusters using on Google Cloud. Check out the for more information.
If you want to run Confluent's Kafka platform yourself, you can use the , which can provision Kafka clusters on Kubernetes Engine. See for more detail.
You can run Kafka in Kubernetes using the . See documentation and the more detailed for more information.