-
Updated
Nov 9, 2020 - C++
pubsub
Here are 1,119 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Erlang
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Nov 9, 2020 - C++
-
Updated
Nov 9, 2020 - Go
-
Updated
Apr 30, 2020 - Ruby
-
Updated
Jun 25, 2020 - Go
Environment
- VerneMQ Version: 1.11.0
- OS: CentOS 8.0
- Erlang/OTP version (if building from source):
- VerneMQ configuration (vernemq.conf) or the changes from the default :
listener.ssl.default = 0.0.0.0:8883
listener.ssl.allowed_protocol_versions = 3,4,5
listener.ssl.require_certificate = on
mqtt_connect_timeout = 30000 - Cluster size/standalone:
Expected behaviour
Set
-
Updated
Nov 4, 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
Nov 4, 2020 - C
-
Updated
Oct 5, 2020 - Go
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 3, 2020 - C
-
Updated
Nov 9, 2020 - Java
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