provectus/kafka-ui-charts

Implementing Glue Schema Registry using Helm

fcanas-endava opened this issue · 1 comments

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here (legacy) and here
  • I've tried installing latest charts and the issue still persists there
  • I'm running a supported version of the application & chart which is listed here

Describe the bug (actual behavior)

Hey guys,

I have an already running Kafka UI within an EKS cluster and would like to implement Glue Schema Registry in the same Helm deployment. Is this supported? I saw that there's some documentation using docker compose but couldnt find anything related to Helm.

Thanks.

Expected behavior

No response

Your installation details

Steps to reproduce

Screenshots

No response

Logs

No response

Additional context

No response

Hey, sorry for the delay! Figured out I wasn't subscribed to this repo yet :))

Unfortunately, that's not supported in any way with charts, as you even need to extend the base image to include custom serdes, one of which glue is.
We're not planning either including glue in the base image or extending charts to support this.
On the other hand, we plan to ship one more AMI image like the one we have, but with all enterprise serdes included (glue, for example) and enabled by default.
Also, if you're willing to introduce better support for external serdes in the charts, PRs are welcome :)