o19s / opensearch-ubi

OpenSearch plugin for User Behavior Insights
Apache License 2.0
6 stars 1 forks source link

The events queue should be an interface #12

Closed jzonthemtn closed 9 months ago

jzonthemtn commented 9 months ago

Implement the queue as an interface so other queue systems can be used in the future.

jzonthemtn commented 9 months ago

Implemented prior to issue creation in the EventQueue interface.