2.3.0 release: Invalid value io.streamthoughts.kafka.connect.filepulse.fs.AmazonS3FileSystemListing for configuration fs.listing.class
See original GitHub issueSince 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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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… 😃
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.