flow-hydraulics / flow-wallet-api

Service for custodial wallets on Flow blockchain. This repository is currently not maintained.
https://flow-hydraulics.github.io/flow-wallet-api
Apache License 2.0
47 stars 36 forks source link

Implement AMQP Message client for Job updates #155

Open psiemens opened 3 years ago

psiemens commented 3 years ago

This issue was originally opened here by @davidhouseholter-hah on August 20, 2021: https://github.com/onflow/wallet-api/issues/17

I added a new package to publish messages to a message queue. I still need to add the event bus name to the cfg file but I thought it was best to talk to members of the team about architecture. I would like this logic to use the JobService but currently, the service is not being used for creating or update.

The changes I have made currently: https://github.com/onflow/wallet-api/compare/main...davidhouseholter-hah:ampq_message_client?expand=1

psiemens commented 3 years ago

@latenssi @nanuuki @tehranifar Do you have any input on the architecture here?

nvdtf commented 3 years ago

My quick feedback:

sheerryy commented 3 years ago

AMQP Message client for Job updates is very hand. Can you guys give any ETA for this feature? Thanks!