explore_kafka_topic
Analyze and retrieve messages from a specified Apache Kafka topic using Timeplus integration. Supports custom message count for efficient data exploration and streaming analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message_count | No | ||
topic | Yes |
Input Schema (JSON Schema)
{
"properties": {
"message_count": {
"default": 1,
"title": "Message Count",
"type": "integer"
},
"topic": {
"title": "Topic",
"type": "string"
}
},
"required": [
"topic"
],
"title": "explore_kafka_topicArguments",
"type": "object"
}