Closed remynollet closed 3 years ago
Could you provider the configuration of the brokers and clients ?
Which broker version are you trying to connect to ?
OK we have find the resolution of this issue.
In the --bootstrap-server-mapping we had set the IP of the Kafka-proxy service as the advertising server instead of setting the IP of the loadbalancer in front of service.
Now it works fine. The next step is to manage the "multi-instance" of the proxy and the "TLS Authentication".
Hello,
I have a Aiven Cluster and I have install a kafka-proxy on a kubernetes pod to allow some clients to access to the brokers via the internal network.
The pod is deployed with this configuration:
Where 10.48.29.37 is the internal ip of the TCP loadbalancer.
When I try to
kafkacat -b 10.48.29.37:12658 -L
, it works fine. But when I try to consume or product any message, I have an issue.Do you have any idea that could help us ?