-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redesign MQTT functionality #136
Comments
maybe usefull? https://github.com/tmc/pqstream |
Tried VolantMQ a few months back which looks promising but missing some functionality for us to be useful, I created an issue back then: VolantMQ/volantmq#60 Also found this in the issue list with almost the same question: VolantMQ/volantmq#85 which is from 8 days ago Other VolantMQ remarks:
Options:
@bertt An other question is how do we want to implement MQTT, should GOST server be able to act as MQTT broker or do we want a different application/server for it? Will we run into problems such as load balancing/stateless server when running the MQTT broker from GOST server? |
q1: lets wait for some more updates VolantMQ |
it would be nice for demo purpose to have current location of things as mqtt stream as a start |
It would be very nice if at least the GOST prefix is configurable, otherwise you can't have two servers using the same broker. |
@farshidtz I've created a new issue for this see #150 |
NB: MQTT subscribe Location updates is added in 04d19be |
another Go MQTT broker https://github.com/fhmq/hmq offers 'Kafka Bridge Support - Action Deliver - Regexp Deliver' might be interesting option KPN DSH. |
drawbacks current MQTT solution:
need non-standard GOST prefix when publishing data using MQTT
supports publish/subscribe only on Observations
Need to have a new design fixing those drawbacks (so remove prefix and support publish/subscribe on all entities) .
The text was updated successfully, but these errors were encountered: