Re: flink SQL client with kafka confluent avro binaries setup

2022-03-24 Thread Martijn Visser
Hi Georg, Thanks for the feedback. What made you think that Flink required any additional dependencies except for the ones that are mentioned to download? Best regards, Martijn On Thu, 24 Mar 2022 at 10:12, Georg Heiler wrote: > Hi, > > the solution is the following: > > wget > https://repo1.

Re: flink SQL client with kafka confluent avro binaries setup

2022-03-24 Thread Georg Heiler
Hi, the solution is the following: wget https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-kafka_2.12/1.14.4/flink-sql-connector-kafka_2.12-1.14.4.jar -P lib/ wget https://repo1.maven.org/maven2/org/apache/flink/flink-sql-avro-confluent-registry/1.14.4/flink-sql-avro-confluent-re

Re: flink SQL client with kafka confluent avro binaries setup

2022-03-23 Thread Biao Geng
Hi Georg, I recently made a demo using flink sql client + schema registry + kafka as well to test my own schema registry catalog. To help us locate the root cause, I think you can add "SET 'sql-client.verbose' = 'true';" in your launched sql client to enable the sql client output more informatio

flink SQL client with kafka confluent avro binaries setup

2022-03-23 Thread Georg Heiler
Hi, When trying to set up a demo for the kafka-sql-client reading an Avro topic from Kafka I run into problems with regards to the additional dependencies. In the spark-shell there is a --packages option which automatically resolves any additional required jars (transitively) using the provided ma