Hi EveryOne, We are running into an issue where kafka producer hangs after inittransactions api. I have created a new topic and the same issue happens intermittently . It is not consistent but occurs more often than not . We are running confluent 4.0 and using the below dependencies on client side.
Is this an issue with client side dependencies ? Does confluent maintain its own version for kafka-clients? <dependency> <!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.11 --> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.12</artifactId> <version>0.11.0.0</version> </dependency> <dependency> <!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.11 --> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>0.11.0.0</version> </dependency> <dependency> <groupId>io.confluent</groupId> <artifactId>kafka-avro-serializer</artifactId> <!-- For CP 3.0.0 --> <version>3.0.0</version> </dependency>