Skip to content

Eiffel Intelligence 2.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@e-pettersson-ericsson e-pettersson-ericsson released this 12 Jun 12:29
· 10 commits to 2.0.0-maintenance since this release
5435c7b

Fixes

  • SubscriptionHandler now uses a threadpool (with a configurable thread amount) instead of creating infinite number of threads
  • Waitlist now binds to it's queue with a unique binding key (it's own name). This no longer causes any conflicts when multiple Eiffel Intelligence instances are listening to the same exchange in rabbit mq.
  • Add new configuration for subscription handler thread pool, with default values matching event handler thread pool
  • Misc code clean up
  • Logging improvements