evokly / kafka-connect-mqtt

mqtt (source) conncetor for kafka
MIT License
178 stars 80 forks source link

MQTT connector for Kafka Connect in distributed mode #24

Open adarshlal opened 8 years ago

adarshlal commented 8 years ago

I think this connector supports only Connect standalone mode. Is there way to deploy it in distributed mode.

Neuw84 commented 8 years ago

HiveMQ and IBM broker's support shared subscriptions

http://www.hivemq.com/blog/mqtt-client-load-balancing-with-shared-subscriptions/

With that I think that it wouldbe feasible

adarshlal commented 8 years ago

Thanks,

Is there any reason for not supporting distributed mode? We may use shared subscription among the different tasks(mqtt clients).