How to connect CockroachDB to Azure Event Hubs | CockroachDB Integrations

Опубликовано: 10 Ноябрь 2024
на канале: CockroachDB
77
3

You can now publish changefeed messages to Azure Event Hubs in the same way you would to Kafka, Webhooks, GCP Pub/Sub, Amazon S3, and other syncs. In this tutorial video, Cockroach Labs Technical Evangelist walks through connecting CockroachDB to Azure Event Hubs. He will publish Apache Kafka messages through CockroachDB's CDC (Change Data Capture) to Azure Event Hubs, and then consume those messages to show what they look like.

How to connect CockroachDB to Azure Event Hubs | CockroachDB Integrations
00:00 Rob's demo explained
00:11 Creating Microsoft Azure infrastructure using Terraform
00:36 Creating an environment variable that captures the event hub URL
00:47 Creating a consumer that will wait for messages from Azure Event Hub
01:10 Closing notes