AsyncOps

Integrations

Connect your message brokers and notification channels

Broker connections

AsyncOps monitors dead-letter queues from these sources.

Connected
Apache Kafka
Consume dead-letter topics from your Kafka clusters with full consumer-group support.
Cluster
prod-kafka-01
Topics
5
Consumer groups
3
Not connected
Amazon SQS
Monitor SQS dead-letter queues and replay messages back to source queues.
Not connected
RabbitMQ
Watch dead-letter exchanges and queues, replay or discard messages from the console.

Notification channels

Get alerted when DLQ messages arrive or replay attempts fail.

Connected
Slack
Post DLQ alerts and replay results directly to your Slack channels.
Workspace
acme-eng
Channels
#dlq-alerts, #payments-oncall
Not connected
PagerDuty
Create PagerDuty incidents for high-severity DLQ spikes.
Connected
Email
Send daily digests and critical alerts to your team's inbox.
Recipients
team@acme.com

AsyncOps Agent

Install the collector on your broker host for lower latency and on-prem support.

Linux · macOS · Docker
Self-hosted collector
The agent runs alongside your broker and streams DLQ events to AsyncOps without exposing your cluster to the internet.
bash
# Install the AsyncOps collector
curl -sSL https://get.asyncops.dev | sh

# Configure and start
asyncops-agent --broker kafka --cluster prod-kafka-01 --api-key YOUR_KEY