-
We should define our PubSub DTOs etc. here, because we can share many of them in the future
-
This issue is to discuss the user-facing API of a pubsub service on top of [libp2p](https://github.com/ipfs/specs/tree/master/libp2p).
Here are some pertinent questions to stimulate discussion:
1. Wh…
-
@whyrusleeping asked me to post some use cases for an authenticated pubsub api. In this api the topic to subscribe to would be a public key (or one could consider a path starting with a public key fo…
-
Explain how p2p module works in this app?
-
I have implemented a custom PersistentStreamProvider by following the example of the Azure Queue Provider, and while the core logic seems to be working fine, I am getting the following exception:
```…
-
i ried starting it like:
```
$ git clone https://github.com/skohub-io/skohub-pubsub.git
$ cd skohub-pubsub
$ npm install
$ npm test
$ PORT=3000 npm start
```
but get the following error:
…
-
I want to use IPFS on Android app with PubSub.
Specifically, I want to subscribe to a topic in the Android app.
What is required to add PubSub to this project?
-
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.co…
-
**What would you like to add or change?**:
I would want to know whether support for XMPP be added to Safing products.
**Why do you and others need this?**:
- XMPP is a standard which is flexible …
-
I have SpringBoot App deployed in GKE pod, that pulls messages from pubsub:
```java
PubSubInboundChannelAdapter adapter = new PubSubInboundChannelAdapter(pubSubTemplate, subscription);
logger.in…