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.
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
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
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