Help Needed with Tiered Storage Setup on Strimzi 0.43.0 using Azure Blob and Custom Kafka Image #10599
Ashok13193
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am currently setting up tiered storage with Azure Blob using Strimzi 0.43.0 and a custom-built Kafka image. The goal is to enable tiered storage in my Kafka cluster with Azure Blob as the storage backend. For local testing, I am using Azurite as a mock Azure Blob storage.
I’ve built a custom Kafka image that includes a JAR file from the following repository:
linkedin/kafka-remote-storage-azure
Here’s the Dockerfile I used:
Dockerfile:
However, I’m encountering an error when starting the Kafka pod, as shown in the logs:
It seems related to the listener name configuration for remote.log.metadata.manager.listener.name. I’ve ensured that the broker listeners (CONTROLPLANE, REPLICATION, PLAIN) are configured, but the error persists.
Questions:
Due to file size constraints, I’m unable to attach the JAR file directly, but I’ve uploaded the configuration and relevant files here.
Any insights or suggestions would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions