kafka-proxy icon indicating copy to clipboard operation
kafka-proxy copied to clipboard

Does the proxy support schema.registry ?

Open lzpsqzr opened this issue 2 years ago • 1 comments

We have a requirement for KafkaAvroDeserializer, the port of the schema.registry URL is different from the bootstrap IPs, I was looking into a proxy option and wondered if such a setup would be possible with kafka-proxy?

lzpsqzr avatar Jun 08 '22 01:06 lzpsqzr

You can use nginx / HAProxy with Schema Registry. It's just an HTTP server.

OneCricketeer avatar Sep 06 '22 21:09 OneCricketeer