Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Kafka 的新手,遇到了一个问题。我们的 Kafka 集群只能通过Kafka REST 代理访问,不能直接访问。有许多API可以从 Java 访问 Kafka,但是否有围绕 Kafka REST 代理 API 的 Java Wrapper?
Java Wrappers 指的是使用 REST 代理 API 的 Java 库,而不是 Kafka 原生协议。