clickhouse-kafka-connect is not working in self hosted setup
I am using strimzi and altnity operator to self host kafka and clickhouse cluster in a minikube cluster. Below are steps and yaml, I am following to deploy them in minikube
Using default values to columns for a table with engine=Kafka
Documentation at https://clickhouse.com/docs/en/engines/table-engines/integrations/kafka notes:
Insert Data from an existing table to a new table – clickhouse
I have a table called event_source which has lot of data which is a mix of data from multiple sources produced by multiple teams and i want to create tables specific to each team.