kafka-proxy
kafka-proxy copied to clipboard
Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
We have a requirement for short-lived client certs, unfortunately the Kafka Java clients do not support hot-swapping of certs so this requires us to restart the consumers which subsequently trigger...
Can/how Kafka-proxy be enhanced with a change where the client passes SASL credentials to Kafka proxy and Kafka proxy just forwards the client provided SASL credentials to Kafka broker for...
hi, I have a kafka(v2.5.0) cluster(3 brokers ).I start up kafka-proxy(v0.2.8) in another machine,And send a message by `kafka-console-producer` ,the message does not write into topic,Kafka throw a `java.io.EOFException`. ###...
Hello, Currently we have implemented an ldap oriented authentication with SASL authentication performed by the proxy. SASL authentication is enabled on the clients and disabled on the Kafka brokers keeping...
Question: I have a scenario where I would like kafka-proxy to initiate SASL PLAIN with a kafka broker using credentials passed in from the client. Proposed flow: * client does...
I would like to know how can I run/configure the kafka-proxy cli to connect to a cluster (brokers) asking for a certificate. I have the PEM and KEY files, and...
Hi, I have an auditing/compliance requirement to generate log for auditing for my Kafka Broker. As my service provider doesn't provide it, I'm evaluate to use Kafka-proxy to achieve it....
@everesio Do we have a ways to redirect the logs to specific folder ? Also could you please share the performance metrics/benchmarks for this proxy for a higher volume of...
Kafka allows brokers to advertise any IP, but they must have a consistent node id. It would be useful if kafka-proxy could key the IP replacement logic by node id...
Hey, Currently we have a kafka-cluster with 4 brokers in AWS, production environment, that doesn't need any authentication. The consumers and producers are deployed into other aws accounts then the...