grepplabs / kafka-proxy

Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
Apache License 2.0
500 stars 86 forks source link

Does the proxy support schema.registry ? #105

Open lzpsqzr opened 2 years ago

lzpsqzr commented 2 years ago

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?

OneCricketeer commented 2 years ago

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