Hello! I have kafka installed on bare metal. I would also like to install
schema registry. Unfortunately, the documentation and many sources only
describe installation on Docker or kuebrnetes cluster. Is there a way to
install schema registry on bare metal? Thanks!
Hi,
You can also use open source version of Confluent Platform Schema Registry.
Completely manual setup:
https://docs.confluent.io/platform/7.7/installation/installing_cp/zip-tar.html
They also provide some ansible playbooks:
https://github.com/confluentinc/cp-ansible
On Thu, Nov 28, 2024 at 1:21
We recommend (and also provide as a managed service) the open source schema
registry Karapace, https://www.karapace.io/
Looking at the docs here https://github.com/Aiven-Open/karapace it looks like
it can be installed with Docker or a “Source install” which may work for you?
Regards, Paul Brebne