Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

v9.1.0

Latest
Compare
Choose a tag to compare
@lurock lurock released this 01 Apr 19:41
· 35 commits to master since this release
a164ba3

Features

  • Subscribe Retry: Added a retry strategy for when a subscriber fails to subscribe because the Broker doesn't exist yet.
  • BrokerServiceUri: We recently lost the ability to specify the BrokerUri when publishing/subscribing. Added the ability to pass the BrokerUri to the BrokerServiceLocator class.
  • Throttle on Failure: Added a config to slow down the processing loop when errors occur.
  • Filter Broker Stats: Added ability to filter on time, Service name, or message type using query parameters in the GET broker/stats API in the demo app