As we are implementing a proxy server, so may Linkerd[1] could give us some hints.
[1]. https://linkerd.io/ Regards, yukon On Fri, Mar 16, 2018 at 9:38 PM, Sudaraka Yasindu <[email protected] > wrote: > Thank you for the clarification Yukon. I am looking into it. > > Regards, > Sudaraka Jayathilaka > *Undergraduate* > Department of Computer Science and Engineering > University of Moratuwa > > > On Fri, Mar 16, 2018 at 6:42 PM, yukon <[email protected]> wrote: > > > Hi, > > > > A paper implemented a MQTT push server based on RocketMQ, maybe it helps. > > > > And we don't want to depend on the third-party server, just develop a > > proxy server that supports MQTT protocol and talk to our rocketmq > cluster. > > > > Regards, > > yukon > > > > 1. Yue, Ma, et al. "A MQTT Protocol Message Push Server Based on > > RocketMQ." Intelligent Computation Technology and Automation (ICICTA), > 2017 > > 10th International Conference on. IEEE, 2017. > > > > > > > > On Fri, Mar 16, 2018 at 8:18 PM, Sudaraka Yasindu < > > [email protected]> wrote: > > > >> Hi Yukon & Vongosling, > >> I started experimenting with Eclipse Mosquitto as it has been used in > >> many projects. Will it be suitable to be used in the project as Yukon > >> mentioned in Jira or should I choose another MQTT broker? . I created > this > >> with my current understanding about the project. > >> > >> > >> Is the main target of the proxy server implementation is to add the > >> protocol conversion functionality?. Can you please give me your inputs > on > >> the above diagram. Thank you > >> > >> Regards, > >> Sudaraka Jayathilaka > >> *Undergraduate* > >> Department of Computer Science and Engineering > >> University of Moratuwa > >> > >> > >> On Sat, Mar 10, 2018 at 12:12 AM, Sudaraka Yasindu < > >> [email protected]> wrote: > >> > >>> I'm really sorry if my diagram is not visible in the previous email. I > >>> will attach it here in case it isn't visible > >>> > >>> > >>> Regards, > >>> Sudaraka Jayathilaka > >>> *Undergraduate* > >>> Department of Computer Science and Engineering > >>> University of Moratuwa > >>> m: +94715271890 <+94%2071%20527%201890> > >>> e: [email protected] > >>> <https://web.facebook.com/sudara.yasi> > >>> <https://twitter.com/Sudaraka94> > >>> <https://www.linkedin.com/in/sudarakajayathilaka> > >>> <https://www.instagram.com/sudaraka94/> > >>> > >>> > >>> On Fri, Mar 9, 2018 at 11:57 PM, Sudaraka Yasindu < > >>> [email protected]> wrote: > >>> > >>>> Hi Yukon, > >>>> I will continue my discussion here from now on (Which I continued on > >>>> JIRA). As per my understanding, MQTT protocol follows a publisher > >>>> subscriber publish subscribe architecture. I read the RocketMQ > >>>> documentation and it occurred to me that, message broadcasting using > >>>> RocketMQ can be used here. I ran these examples and I got a brief > knowledge > >>>> on working with message broadcasting with RocketMQ. > >>>> I thought of a setup where each IoT Sensor(device which produces > >>>> messages) sends messages with a unique topic. So the subscribers can > >>>> subscribe to the message stream using the same unique topic. I > sketched my > >>>> current idea like this. > >>>> > >>>> But still I'm not sure this requires separate proxy for publishers and > >>>> a separate proxy for subscribers. Can you please input your > suggestions. > >>>> Thank you. > >>>> > >>>> Regards, > >>>> Sudaraka Jayathilaka > >>>> *Undergraduate* > >>>> Department of Computer Science and Engineering > >>>> University of Moratuwa > >>>> m: +94715271890 <+94%2071%20527%201890> > >>>> e: [email protected] > >>>> <https://web.facebook.com/sudara.yasi> > >>>> <https://twitter.com/Sudaraka94> > >>>> <https://www.linkedin.com/in/sudarakajayathilaka> > >>>> <https://www.instagram.com/sudaraka94/> > >>>> > >>>> > >>> > >> > > >
