9.KafkaSQL
Use the SQL statement to the news data visualization in topic, for SQL queries, and table names field need to use double quotes to mark, example SQL is as follows:
select * from "ke_test_topic" where "partition" in (0,1,2) limit 100As shown in the following figure:
Edit SQL
DataSets
Parse JSONObject Or JSONArrays
Kafka topic datasets like this:
Then you can use sql query topic like this:
When Kafka topic datasets like this:
Then you can use sql query topic like this:
Add and:
Filter Query [where ... and]
Kafka topic datasets like this:
Then you can use sql query topic like this:
Add like:
Or:
Last updated
Was this helpful?

