Implemented the auction started event over mqtt #58
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "post_new_auctions_to_mqtt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -23,3 +23,3 @@
public static String RESOURCE_DIRECTORY = "https://api.interactions.ics.unisg.ch/auction-houses/";
public static String MQTT_BROKER = "tcp://broker.hivemq.com:1883";
public static String MQTT_BROKER = "tcp://localhost:1883";
Will get from config in new PR where I connect the auction house properly to the executor added event
[executor-pool] Kudos, SonarCloud Quality Gate passed!