Open
Description
The page at: https://clickhouse.com/docs/integrations/kafka/clickhouse-kafka-connect-sink states that INSERT
s can be "schemaless". However, there is no example of what such a target table should look like.
I have the following scenario which I'm trying to solve with this connector:
- An Avro topic which I would like to be parsed by the connector
- The resulting JSON from this should be simply inserted into a table in ClickHouse (with
JSONEachRow
) - A materialized view is then used to present users with relevant data from the JSON payload