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
Until here we have a lot of possibilities considering http. I observed an issue introducing the gRPC idea. It is all great.
On a day to day job it is common to have applications consuming from queues. Basically, we just deploy a listener that will receive messages and process them. So I would like to introduce this and get opinions.
Question
What do you (and all contributors) think about add support for this using --advanced flag, for example? Just to mention:
rabbitmq (through amqp)
sqs messages
google cloud pub/sub
kafka
etc, etc
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I love the idea, I honestly don't see why not.
Adding all of them would be a monumental amount of work LOL but i mean, maybe starting with something straight forward like rabbitmq or kafka could be useful.
@Rahugg You can give it a shot, and we can decide after reviewing the implementation whether to include the new feature in the codebase. There are no special instructions, except that it needs to work out of the box and be testable by the user once the project is created. Also, please update the docs.
First of all, thanks for the great work here!
Introduction
Until here we have a lot of possibilities considering http. I observed an issue introducing the gRPC idea. It is all great.
On a day to day job it is common to have applications consuming from queues. Basically, we just deploy a listener that will receive messages and process them. So I would like to introduce this and get opinions.
Question
What do you (and all contributors) think about add support for this using --advanced flag, for example? Just to mention:
Thanks in advance.
The text was updated successfully, but these errors were encountered: