🌐 Public Streaming API

Free real-time data sources - WebSocket & SSE viewer

GitHub
WSS

Quick Examples:

Messages
0
Data Size
0 KB
Time
--:--
Msg/sec
0
Filtered
0
Protocol
-

Live Stream (latest first)

Enter a stream URL above and click Connect to start streaming data...

Kafka Connect Configuration

Pre-configured connector JSON for streaming this data source into Kafka. Adjust the configuration as needed for your Kafka Connect deployment.

âš ī¸ Prerequisites

Install the appropriate Kafka Connect plugin based on the stream protocol.


                

📝 Usage Instructions

  1. Install the required plugin (see Prerequisites above) from its GitHub repository
  2. Save the JSON configuration to a file (e.g., connector.json)
  3. Deploy to Kafka Connect REST API:
    curl -X POST http://localhost:8083/connectors \
      -H "Content-Type: application/json" \
      -d @connector.json
  4. Monitor connector status: curl http://localhost:8083/connectors/[name]/status

Code Snippets for Current Stream