Skip to content

Kafka Connect: schemaless table example #3355

Open
@jpds

Description

@jpds

The page at: https://clickhouse.com/docs/integrations/kafka/clickhouse-kafka-connect-sink states that INSERTs 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions