proletarian

msolli 2021-10-22T07:39:38.004500Z

I’m not too familiar with the general landscape myself. I created Proletarian because I didn’t find anything suitable when I surveyed Java-land for something like Ruby’s Sidekiq or Resque, which I have used in the past.

msolli 2021-10-22T07:58:19.006Z

I think Spring Batch might be the most Celery-like in Java-land. I haven’t used it, but it looks like the everything-but-the-kitchen-sink solution you’d expect from a project with “Spring” in the name.

1
2021-10-22T00:18:16.001800Z

Hi @msolli I’d like to know some general picture about frameworks in this domain. I am referring to the frameworks like https://docs.celeryproject.org/en/stable/getting-started/introduction.html. I am not sure how is the landscape in the java land.