create_kafka_table
Creates a table using the local-kafka connector to enable real-time data streaming from Kafka topics into SQL Stream Builder.
Instructions
Create a new table that only uses local-kafka connector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| table_name | Yes | ||
| format_type | No | json | |
| bootstrap_servers | No | localhost:9092 | |
| scan_startup_mode | No | latest-offset | |
| kafka_connector_type | No | local-kafka | |
| additional_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |