Read-only Kafka for AI agents — topics, offsets, consumer groups, peek messages, health.
🛠️ Key Features
- Read-only Kafka server for AI agent integration
- Exposes topics, offsets, and consumer group information
- Peek messages functionality for quick inspection
- Health status endpoint for reliability monitoring
🚀 Use Cases
- Inspect topics and consumer groups for debugging
- Check offsets and lag in AI-driven workflows
- Peek recent messages without consuming them
- Health checks to confirm server readiness in pipelines
⚡ Developer Benefits
- Lightweight, read-only access suitable for agent tooling
- Clear visibility into topic structure and consumer state
- Simple integration point for catalog-backed deployments
- Slim footprint focused on observability and health
⚠️ Limitations
- Described as read-only; no message production or modification
- May not include full write-time metrics or advanced ACLs
- Functionality dependent on underlying Kafka cluster health