I'm new to Kafka and came up with a problem. Our Kafka cluster is accessible only through the Kafka REST proxy and is not available to be accessed directly. There are numerous APIs to access Kafka from Java, but is there a Java Wrapper around Kafka REST Proxy API?
By Java Wrappers I mean Java libraries using REST Proxy API, not Kafka native protocol.