Data Model
Tables
The CData ADO.NET Provider for Apache Kafka dynamically models Apache Kafka data as an easy-to-use SQL database with tables and stored procedures. You can retrieve a complete list of your implementation's discovered topics from the sys_tables system table.Run a SELECT query on a topic to return existing messages on the topic, as well as live messages posted before the number of seconds specified by the ReadDuration property have elapsed.
Stored Procedures
Stored Procedures are are actions that are invoked via SQL queries. They perform tasks beyond standard CRUD operations, such as creating schema files and committing messages.