-
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:
…
-
Problem: The issue is with the sink connector, If schema is not used, JSON data in topic is pushed to pubsub topic as string value of the map.
We need a feature so that we can force the output to be …
-
Create extension methods to convert between CloudEvent and [PubsubMessage](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.PubSub.V1/latest/Google.Cloud.PubSub.V1.PubsubMessage)
-
### Checklist
- [X] My issue is specific & actionable.
- [X] I am not suggesting a protocol enhancement.
- [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3…
-
-
Support Pub/Sub feature
-
Hi,
I do not know if this issue already reported or not (at least I did not find it here), but want to share my concerns.
I am trying to use a cluster of 3 Redis servers on Windows platform. And what …
-
During testing of the pubsub feature for IPv6 networks only, I detected a difference between
IPv4 and IPv6. (go-ipfs version: 0.4.19-dev-ca77ecc76)
Scenario 1 (IPv4 ):
Two nodes behind a router …
-
**[Original report](https://bitbucket.org/sco0ter/babbler/issue/80) by jjoannes (Bitbucket: [jjoannes](https://bitbucket.org/jjoannes), GitHub: [jjoannes](https://github.com/jjoannes)).**
-----------…
-
We will put requests into a pubsub queue (Kafka or RabbitMQ), and consumer workers will handle the requests off the queue. This is for resilience to high loads. I