emqx / emqx-web-hook

EMQX Webhook Plugin
https://www.emqx.com
Apache License 2.0
79 stars 36 forks source link

support http kafka interface #67

Closed jhserodio closed 5 years ago

jhserodio commented 6 years ago

support for kafka http interface, with dynamic wrapper of request Params

gilbertwong96 commented 6 years ago

Hi, jhserodio, we have kafka plugin for enterprise edition of emqx, please contact with @zhengyupan

jhserodio commented 6 years ago

Hi Gibler, thanks. We are considering using web-hook as an interface for many situations, but we also need to be able to modify the private function send_http_request attributes, for 'application type' and 'params', this way we would be able to integrate with Confluent REST Proxy API and others.

gilbertwong96 commented 6 years ago

Using web-hook as an interface for multiple situations is a bad idea because it will waste the advantage of mqtt protocol if you use http interface to operate mqtt broker. The performance would be bad.