Schema Registry on bare metal

2024-11-27 Thread wojtekodrobinski
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!

Re: Schema Registry on bare metal

2024-11-27 Thread Artem Timchenko
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

Re: Schema Registry on bare metal

2024-11-27 Thread Brebner, Paul
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