Creating a Kafka source
You can use the registered Kafka source to create a Kafka Virtual Table Source. You need to add a Kafka topic and choose to use Schema Registry to have a Kafka source for your SQL Stream job.
- Make sure that you have created a Kafka topic.
- Make sure that you have the right permissions set in Ranger.
- Make sure there is generated data in the Kafka topic.
- If you are using Schema Registry, you have added a schema.
DESC <tablename>
command
in the Compose tab, and selecting Execute. You can use the Kafka
sink for your SQL job by declaring in with the FORM
clause in the SQL
statement.