one of my client is written in GO and they are using the sarama 1.0.0 library and my kafka is of 1.1.1 version without any security. when client is trying to consume from the topic they are not able to consume and they are getting exception as
kafka.common.KafkaException: number of topics has value -1 which is not in the range (0,2147483647).
at kafka.api.ApiUtils$.readIntInRange(ApiUtils.scala:85)
at kafka.api.TopicMetadataRequest$.readFrom(TopicMetadataRequest.scala:41)
at kafka.api.RequestKeys$$anonfun$4.apply(RequestKeys.scala:42)
at kafka.api.RequestKeys$$anonfun$4.apply(RequestKeys.scala:42)
at kafka.network.RequestChannel$Request.<init>(RequestChannel.scala:50)
at kafka.network.Processor.read(SocketServer.scala:450)
at kafka.network.Processor.run(SocketServer.scala:340)
at java.lang.Thread.run(Thread.java:748)```