You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See how scylla does it, but basically switch out the paho_mqtt library with the rumqttc library. Benchmark CPU usage before and after switch.
Acceptance Criteria
If CPU usage acceptable, switch to the rumqttc MQTT library.
Proposed Solution
Implement rumqttc library copying how Scylla does it. Ensure autoreconnect and reusbscribe work by canceling and starting mosquitto and confirming Calypso still works (we do not care about this test in simulation mode).
The text was updated successfully, but these errors were encountered:
Description
See how scylla does it, but basically switch out the paho_mqtt library with the rumqttc library. Benchmark CPU usage before and after switch.
Acceptance Criteria
Proposed Solution
Implement rumqttc library copying how Scylla does it. Ensure autoreconnect and reusbscribe work by canceling and starting mosquitto and confirming Calypso still works (we do not care about this test in simulation mode).
The text was updated successfully, but these errors were encountered: