Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Off into space #472

Open
miramar-labs opened this issue May 24, 2023 · 3 comments
Open

Off into space #472

miramar-labs opened this issue May 24, 2023 · 3 comments
Labels
wontfix This will not be worked on

Comments

@miramar-labs
Copy link

Hello
I've got a bunch of files in a bucket (V2 Storage) up in Azure and I'm trying to get the plugin to give me a metadata listing .. but it's having issues. In the logs all I see of any concern is:

java.lang.NoSuchMethodError: 'int io.netty.util.internal.StringUtil.decodeHexNibble(byte)'

I'm running Confluent Cloud 7.2.0

FilePulse 2.12.0

config:

{
"name": "FilePulseSrc",
"config": {
"connector.class": "io.streamthoughts.kafka.connect.filepulse.source.FilePulseSourceConnector",
"fs.cleanup.policy.class": "io.streamthoughts.kafka.connect.filepulse.fs.clean.LogCleanupPolicy",
"fs.listing.class": "io.streamthoughts.kafka.connect.filepulse.fs.AzureBlobStorageFileSystemListing",
"azure.storage.connection.string": "",
"azure.storage.account.name": "",
"azure.storage.account.key": "",
"azure.storage.container.name": "mycontainer",
"fs.listing.interval.ms": "1000",
"topic": "connect-fp-myaccount-mycontainer",
"tasks.reader.class": "io.streamthoughts.kafka.connect.filepulse.fs.reader.AzureBlobStorageMetadataFileInputReader",
"tasks.file.status.storage.bootstrap.servers": "kafka:9092",
"tasks.max": "4",
"key.converter": "org.apache.kafka.connect.storage.StringConverter",
"value.converter": "io.confluent.connect.avro.AvroConverter",
"value.converter.schema.registry.url": "http://schemaregistry:8081",
"name": "FilePulseSrc"
},
"tasks": [],
"type": "source"
}

any ideas ?
Is there a complete example for Azure Blob Storage? I couldn't find anything...
Thanks

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Aug 22, 2023
@irux
Copy link

irux commented Sep 11, 2023

I am having the same problem with the decodeHexNibble error. any ideas?

@github-actions github-actions bot removed the wontfix This will not be worked on label Sep 12, 2023
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants