-
Notifications
You must be signed in to change notification settings - Fork 19
Release/1.15.1 #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/1.15.1 #191
Conversation
in `EventSinkService` when a user was not logged in. Replaced `get()` with `getOrElse()`.
# Conflicts: # CHANGELOG.md # app/services/EventSinkService.scala
…xchange. Let clients do that so that we don't have a queue for the eventsink filling up if there are no consumers.
max-zilla
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran and verified new category field for events, didn't encounter issues. Didn't catch anything in code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RabbitMQMessageService.submit(exchange: String, routing_key: String, message: JsValue, exchange_type: String = "topic") now accepts a routing_key that represents a queue that may not exist.
Co-authored-by: Mike Lambert <lambert8@illinois.edu>
Co-authored-by: Mike Lambert <lambert8@illinois.edu>
bodom0015
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, aside from the issue noted below. If we're moving RabbitMQ to a hard requirement then please disregard, but I don't recall that being part of the discussion of these feature.
Co-authored-by: Mike Lambert <lambert8@illinois.edu>
1.15.1 - 2021-03-12
Fixed
EventSinkServicewhen a user was not logged in.Replaced
get()withgetOrElse().EventSinkServicelogging to debug to minimize chatter.have a queue for the eventsink filling up if there are no consumers.