Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka Connect: schemaless table example #3355

Open
jpds opened this issue Feb 26, 2025 · 0 comments
Open

Kafka Connect: schemaless table example #3355

jpds opened this issue Feb 26, 2025 · 0 comments

Comments

@jpds
Copy link

jpds commented Feb 26, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant