question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2.3.0 release: Invalid value io.streamthoughts.kafka.connect.filepulse.fs.AmazonS3FileSystemListing for configuration fs.listing.class

See original GitHub issue

Since release 2.3.0, my regression tests are broken, see https://github.com/vdesabou/kafka-docker-playground/issues/1371 with following error:

{
"error_code": 400,
"message": "Connector configuration is invalid and contains the following 2 error(s):\nInvalid value io.streamthoughts.kafka.connect.filepulse.fs.AmazonS3FileSystemListing for configuration fs.listing.class: Class io.streamthoughts.kafka.connect.filepulse.fs.AmazonS3FileSystemListing could not be found.\nInvalid value io.streamthoughts.kafka.connect.filepulse.fs.reader.AmazonS3BytesArrayInputReader for configuration tasks.reader.class: Class io.streamthoughts.kafka.connect.filepulse.fs.reader.AmazonS3BytesArrayInputReader could not be found.\nYou can also find the above list of errors at the endpoint /connector-plugins/{connectorType}/config/validate"
}

The connector config is there, but relevant part is:

"fs.listing.class": "io.streamthoughts.kafka.connect.filepulse.fs.AmazonS3FileSystemListing",
"tasks.reader.class": "io.streamthoughts.kafka.connect.filepulse.fs.reader.AmazonS3RowFileInputReader",

Which seems to be inline with the docs.

Is there anything that has changed ?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
fhussonnoiscommented, Oct 15, 2021

Hi @vdesabou, well, I’ve sent an email to the Confluent-Hub team 10 days ago to ask them to publish the new release but still no feedback… 😃

1reaction
fhussonnoiscommented, Oct 6, 2021

Hi @vdesabou, thank you very for reporting that issue.

There was an error in the packaging of version 2.3.0. Connect FilePulse 2.4 was released but this new version is not available on conflunet-hub yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FileSystem Listing | Kafka Connect File Pulse - GitHub Pages
Learn how to configure Connect FilePulse for listing files from local or remote storage system.
Read more >
Kafka to Snowflake - Failed to find any class that implements ...
While installing the connector plugins manually, I tried to: Mount the connector plugin files through volumes and extract the plugins manually ...
Read more >
DESCRIBE throws Failed to deserialise object error - ksqlDB
My connector configuration is pretty simple: name = BR_Ingestion; connector.class = io.streamthoughts.kafka.connect.filepulse.source.
Read more >
Loading CSV data into Confluent Cloud using the FilePulse ...
"fs.scan.filters" : "io.streamthoughts.kafka.connect.filepulse.scanner.local.filter.RegexFileListFilter", "fs.scan.directory.path" ...
Read more >
Upgrade Guide and API Changes - Apache Kafka
To run a Kafka Streams application version 2.2.1, 2.3.0, ... The ERROR state indicates that there is something wrong and the Kafka Streams...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found