Skip to main content
Glama
launch_all.bat1.99 kB
@echo off echo ====================================================================== echo KafkaIQ Dashboard - Complete System Launcher echo ====================================================================== echo. echo This script will launch all KafkaIQ components in separate windows: echo 1. KafkaIQ MCP Server (port 8080) echo 2. Producer for Orders topic echo 3. Producer for Events topic echo 4. Consumer for Orders topic echo 5. Consumer for Events topic echo 6. Consumer for Payments topic echo. echo Press any key to start all components... pause >nul echo. echo [1/6] Starting KafkaIQ MCP Server... start "KafkaIQ MCP Server" start_mcp_server.bat timeout /t 3 /nobreak >nul echo [2/6] Starting Producer for Orders... start "Producer - Orders" start_producer_orders.bat timeout /t 2 /nobreak >nul echo [3/6] Starting Producer for Events... start "Producer - Events" start_producer_events.bat timeout /t 2 /nobreak >nul echo [4/6] Starting Consumer for Orders... start "Consumer - Orders" start_consumer_orders.bat timeout /t 2 /nobreak >nul echo [5/6] Starting Consumer for Events... start "Consumer - Events" start_consumer_events.bat timeout /t 2 /nobreak >nul echo [6/6] Starting Consumer for Payments... start "Consumer - Payments" start_consumer_payments.bat timeout /t 2 /nobreak >nul echo. echo ====================================================================== echo All components launched successfully! echo ====================================================================== echo. echo You should now see 6 terminal windows: echo - KafkaIQ MCP Server (http://127.0.0.1:8080) echo - 2 Producers generating messages echo - 3 Consumers processing messages echo. echo Wait 10 seconds, then run verify_system.py to check system health: echo python verify_system.py echo. echo To stop all components, close each terminal window or press Ctrl+C echo ====================================================================== echo. pause

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ojhaayush03/kafka_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server