Pub - Sub model on beckn #189
Replies: 7 comments 16 replies
-
|
Hi @core-wg-admin, I am interested in contributing to this. I could do the following:
I'll keep posting the updates to this thread so everyone can contribute/provide comments. Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Hii I am really excited to contribute to this,
However, I have qurey which is to create pub-sub model based on MQTT it does involve broker and I am gussing is that there can two kind of MQTT model one which is
|
Beta Was this translation helpful? Give feedback.
-
|
I can volunteer in this project to crystalize spec, network policy and building the reference implementation. It is a great initiative. |
Beta Was this translation helpful? Give feedback.
-
|
I would love to collaborate on you with this :D I have created a repository (https://github.com/gamemaker1/beckn-async-api-spec) where we can collaborate on the Async API specification for the event-driven version of the Beckn Protocol and invited you as collaborators. Once we get a draft of the Async API ready, we could proceed to create a reference implementation. Does that sound good? Looking forward to collaborating with you :D |
Beta Was this translation helpful? Give feedback.
-
ideaTwo-more beckn networks share & exchange data on occurrence of an event using pub-sub model Key Elements in a MQ pub-sub model
prerequisite(proposal)
diagram
I have attached the PDF of diagram in case image not clear. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Vedsaga @venkatramanm @sujitrs, I have opened a draft pull request (gamemaker1/beckn-async-api-spec#1) on the Async API specification repo to add the Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Hi @core-wg-admin If I have understood correctly, we are trying to bring one central dependency of a message broker in this decentralised network. And I can see few concern if we go this route:
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we include a pub-sub model in the beckn protocol specification? i.e Event-driven over the usual message-driven approach.
Each network participant can implement a BAP message queue with topics for
search,select,initetc; and BPPs can subscribe to these topics. similarly BPPs can publish their responses on a BPP message queue with topics foron_search,on_select,on_initetc and BAPs can subscribe to them.Supported technologies could be MQTT, AMQP, Cloud Events.
It would be nice if someone can publish an architecture and reference implementation for such a network.
Beta Was this translation helpful? Give feedback.
All reactions