confluentinc/kafka-connect-datagen

quickstart for confluent - add datagen connector following examples fails

Closed this issue · 1 comments

I'm following the Confluent developer quickstart for Confluent platform page.

confluent-7.2.0.tar.gz running locally on Mac Monterey 12.4.

I have the services up and running,

confluent local services start                                
The local commands are intended for a single-node development environment only,
NOT for production usage. https://docs.confluent.io/current/cli/index.html

Using CONFLUENT_CURRENT: /var/folders/p1/99852nrd7xn0fjqkp8gfk6rh0000gn/T/confluent.565137
Starting ZooKeeper
ZooKeeper is [UP]
Kafka is [UP]
Starting Schema Registry
Schema Registry is [UP]
Starting Kafka REST
Kafka REST is [UP]
Starting Connect
Connect is [UP]
Starting ksqlDB Server
ksqlDB Server is [UP]
Starting Control Center
Control Center is [UP]

I am able to use the confluent control centre to add topics but when i try to create the datagen connector I see the following error,

org.apache.kafka.common.config.ConfigException: Unable to parse the provided schema.

Problem seems to involve the quickstart field (also mentioned on #57).

See screenshots below.

image

Uninstalled and reinstalled the connector... now works 👍

 ~ % confluent-hub install \
   --no-prompt confluentinc/kafka-connect-datagen:latest
Running in a "--no-prompt" mode 
Implicit acceptance of the license below:  
Apache License 2.0 
https://www.apache.org/licenses/LICENSE-2.0 
Downloading component Kafka Connect Datagen 0.5.3, provided by Confluent, Inc. from Confluent Hub and installing into /Users/joseph.jobbings/confluent-7.2.0/share/confluent-hub-components 
Implicit confirmation of the question: Do you want to uninstall existing version 0.5.3? 
Adding installation directory to plugin path in the following files: ...