https://github.com/itinycheng/flink-connector-clickhouse is another one, it supports at least Flink 1.17.
On Thu, Oct 3, 2024 at 7:52 AM Sachin Mittal <sjmit...@gmail.com> wrote: > It works for me with Flink version 1.8. > > I am using this in prod. Somehow it’s simpler to use this to ingest data > into clickhouse than setup Kafka + clickpipe. > > On Thu, 3 Oct 2024 at 7:51 PM, Ilya Karpov <idkf...@gmail.com> wrote: > >> Seems that it depends on quite outdated >> <https://github.com/ivi-ru/flink-clickhouse-sink/blob/master/pom.xml#L31C24-L31C29> >> version of flink. Did you make the version up yourself? >> >> чт, 3 окт. 2024 г. в 15:17, Sachin Mittal <sjmit...@gmail.com>: >> >>> I have been using: >>> https://github.com/ivi-ru/flink-clickhouse-sink >>> >>> >>> >>> On Thu, Oct 3, 2024 at 4:54 PM Ilya Karpov <idkf...@gmail.com> wrote: >>> >>>> Hi, >>>> I've been searching for an implementation of kafka to clickhouse sink >>>> and found FLIP >>>> <https://cwiki.apache.org/confluence/display/FLINK/%5BDRAFT%5D+FLIP-202%3A+Introduce+ClickHouse+Connector> >>>> and >>>> connector sources >>>> <https://github.com/itinycheng/flink-connector-clickhouse>. Can anyone >>>> clarify if the connector is usable (tested on production workloads) and >>>> plans about including it to flink distribution? >>>> >>>> Thanks forward! >>>> >>>