goflow icon indicating copy to clipboard operation
goflow copied to clipboard

[GOFLOW-28] abstract the queue mechanism to support other mechanisms.

Open giorgiozoppi opened this issue 1 year ago • 8 comments

Goflow Queue Abstraction.

Goal

We want to support multi distributed queue support other then a Redis:

  • support for RedPanda
  • support for RabbitMQ

So we might want to abstract the queue mechanism of this workflow manager to allow this extensibility.

giorgiozoppi avatar Nov 19 '22 09:11 giorgiozoppi