Hosted Metadata Endpoint
This page explains how you can leverage WarpStream's hosted metadata endpoint to administer your WarpStream BYOC clusters from anywhere.
Last updated
This page explains how you can leverage WarpStream's hosted metadata endpoint to administer your WarpStream BYOC clusters from anywhere.
Last updated
You can use WarpStream's hosted serverless.warpstream.com:9092
endpoint to easily run any Kafka administrative tasks for your BYOC clusters, like creating topics. The hosted endpoint can handle almost all Kafka protocol requests except for Produce and Fetch because WarpStream does not have any access to your data with our BYOC product.
First, identify your cluster's region and ID from the "Overview" tab (e.g., ap-southeast-1
and vci_xxx
).
Next, create a new dedicated agent key in the "Agent Keys" tab (e.g., aks_xxx
).
Finally, arrange the credentials in this format and configure your Kafka client to connect with TLS enabled using SASL PLAIN:
Concretely that would look like: