grepplabs / kafka-proxy

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

Fix getStringArray, in that method, when length was -1 it was returni… #67

Closed p53 closed 4 years ago

p53 commented 4 years ago

…ng length of uint

everesio commented 4 years ago

Thank you for reporting I will check it

everesio commented 4 years ago

The function should cast to int32 and later to int. The first cast was missing