-
Updated
Oct 14, 2020 - C++
pubsub
Here are 1,100 public repositories matching this topic...
-
Updated
Oct 16, 2020 - Erlang
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Oct 16, 2020 - Go
-
Updated
Oct 15, 2020 - C++
-
Updated
Apr 30, 2020 - Ruby
-
Updated
Jun 25, 2020 - Go
Environment
- VerneMQ Version: using docker image vernemq/vernemq:latest
- OS: Debian 9
- Erlang/OTP version (if building from source):
- Cluster size/standalone: standalone
- VerneMQ configuration (vernemq.conf) or the changes from the default
accept_eula=yes
allow_anonymous=off
log.console=console
log.console.level=debug
plugins.vmq_acl=off
plugins.vmq_diversity=on
plugins.v
-
Updated
Oct 15, 2020 - Go
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
-
Updated
Sep 6, 2020 - C
-
Updated
Oct 5, 2020 - Go
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 12, 2020 - C
At the moment to copy schema of a topic in details view one must manually select whole schema by hand. Contrary to edit view user cannot use "select-all" to copy the schema.
To address this issue, it would be good to have a simple button enabling to copy the schema to clipboard on clicking. Probably the best place for that button would be either in the pane visible after opening "Message schema
Improve this page
Add a description, image, and links to the pubsub topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pubsub topic, visit your repo's landing page and select "manage topics."
Add a performance test that measures the time it takes Dapr to save data into a state store.
The important piece that is being tested is the processing that Dapr does before saving to the state store. This test should not benchmark the component itself.
For that purpose, a baseline test scenario would have an app that saves a 1kb payload to Redis, followed by a test app that uses Dapr to sav