Closed funky-eyes closed 8 months ago
Seems like you're using the wrong configs:
remote.log.metadata.manager.class.path=/home/admin/core-0.0.1-SNAPSHOT/*:/home/admin/s3-0.0.1-SNAPSHOT/*
remote.log.metadata.manager.class.name=io.aiven.kafka.tieredstorage.RemoteStorageManager
they should be:
remote.log.storage.manager.class.path=/home/admin/core-0.0.1-SNAPSHOT/*:/home/admin/s3-0.0.1-SNAPSHOT/*
remote.log.storage.manager.class.name=io.aiven.kafka.tieredstorage.RemoteStorageManager
Have a look into the demos and have a look into the configurations used to deploy.
Seems like you're using the wrong configs:
remote.log.metadata.manager.class.path=/home/admin/core-0.0.1-SNAPSHOT/*:/home/admin/s3-0.0.1-SNAPSHOT/* remote.log.metadata.manager.class.name=io.aiven.kafka.tieredstorage.RemoteStorageManager
they should be:
remote.log.storage.manager.class.path=/home/admin/core-0.0.1-SNAPSHOT/*:/home/admin/s3-0.0.1-SNAPSHOT/* remote.log.storage.manager.class.name=io.aiven.kafka.tieredstorage.RemoteStorageManager
Have a look into the demos and have a look into the configurations used to deploy.
I'm sorry, I was dizzy and didn't see the names of the configuration items clearly. Currently, there are indeed quite a few configuration items that need attention.
What can we help you with?
After referring to the yaml file of minio, I tried to configure the relevant configuration items for tiered storage, but it throws a npe exception on startup.
Where would you expect to find this information?