You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
Hi,
trying to setup a fanout queue we came across an issue:
The declaration of a fanout queue in the queue definition scala files (production.scala/development.scala), seems to be ignored when kestrel starts.
eg. starting kestrel with a fanout queue declared, when pushing items to the queue the child queue is not created.
if the child queue file is present, kestrel is loading it and works as expected.
I've forked kestrel and I've added a few lines in src/main/scala/net/lag/kestrel/QueueCollection.scala
to actually create the file if it doesn't exist in the queue directory.
I've also changed the following :
-addSbtPlugin("com.twitter" %% "sbt-package-dist" % "1.0.6")
+addSbtPlugin("com.twitter" % "sbt-package-dist" % "1.0.7")
-addSbtPlugin("com.twitter" %% "sbt11-scrooge" % "3.0.0")
+addSbtPlugin("com.twitter" %% "sbt11-scrooge" % "3.0.2")
I will do a pull request soon,
Thanks
Kostas
The text was updated successfully, but these errors were encountered: