What are the benefits of the Kafka REST Proxy API?

可紊 提交于 2019-12-08 04:51:10

问题


I do not know the advantages of the Kafka REST Proxy API. It's a REST API, so I know it's handy for administration. Why do people use the Kafka REST Proxy API? Is it burdensome to add a Maven dependency on a producer or a consumer?

Also, I know that the kafka client has better performance.


回答1:


You wouldn't use it for performance

  1. Administration - You can make a single ACL for only REST Proxy communications

  2. Integrate with non-JVM languages that have no Kafka libraries. For example, client side Javascript



来源:https://stackoverflow.com/questions/51081363/what-are-the-benefits-of-the-kafka-rest-proxy-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!