Kafka (Confluent)
Connect Kafka (Confluent Cloud) to the Pagerly SRE Agent to check topics, consumer groups, and lag.
Last updated
Connect Kafka (Confluent Cloud) to the Pagerly SRE Agent to check topics, consumer groups, and lag.
List Kafka topics β partition counts, replication factors
Describe topic details β partition leaders, ISR distribution
List consumer groups and their states (Stable, Rebalancing, Dead, Empty)
Get consumer lag β how far behind each partition is (critical for diagnosing delays)
Log into Confluent Cloud at https://confluent.cloud
Select your cluster > API keys
Click Create key > select Global access or Granular access
Copy the API Key and API Secret
Copy the REST endpoint from Cluster Settings > Endpoints
Paste all three in the Pagerly dashboard
API Key
Confluent Cloud API key
ABCDEFGHIJKLMNOP
API Secret
Confluent Cloud API secret
your-api-secret
REST Endpoint
Confluent REST endpoint URL
https://pkc-xxxxx.us-east-1.aws.confluent.cloud:443
"Main topics: orders, payments, notifications. Consumer groups: order-processor, payment-handler. Production cluster is in us-east-1."
Last updated