Realtime Protocols
Overview
Realtime protocols enable asynchronous, high-throughput messaging for modern applications. PruTAN supports popular realtime systems for testing producers/consumers.
Supported Protocols:
- Kafka: Distributed event streaming platform.
- SQS: AWS Simple Queue Service for message queuing.
Supported Protocols Table
| Protocol | Description | Endpoint Example |
|---|---|---|
| Kafka | Apache Kafka for event streaming | kafka.example.com:9092 |
| SQS | Amazon Simple Queue Service | https://sqs.us-east-1.amazonaws.com/123456789012/my-queue |
PruTAN Realtime Features
- Producer/Consumer Testing: Send messages, subscribe topics/queues.
- Message Editor: JSON/plain-text.
- Environments: Multi-cluster configs (dev/prod).
Usage
Detailed guides: Kafka , SQS .
Follow Studio Realtime for getting started.
Table of Contents