Connect Kafka event bus
connect_kafka_event_busCreate a Kafka/Redpanda event-bus scaffold with adapter ingest, topic maps, schema hints, consumer group metadata, and policy-gated producer notes for event-driven connectivity.
Instructions
Create a Kafka/Redpanda event-bus scaffold with adapter ingest, topic maps, schema hints, consumer group metadata, and policy-gated producer notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Generated baseCOMP name. | kafka_event_bus |
| active | No | ||
| broker | No | Kafka/Redpanda broker hint. | 127.0.0.1:9092 |
| server_url | No | External adapter URL. | ws://127.0.0.1:9050 |
| topic_root | No | Topic prefix for show events. | tdmcp.show |
| parent_path | No | Parent COMP for the Kafka scaffold. | /project1 |
| topic_count | No | ||
| adapter_mode | No | websocket_json | |
| schema_format | No | json | |
| consumer_group | No | tdmcp-touchdesigner |