-
Updated
Dec 6, 2020 - C++
pubsub
Here are 1,139 public repositories matching this topic...
-
Updated
Dec 5, 2020 - Erlang
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Nov 28, 2020 - C++
-
Updated
Dec 4, 2020 - Go
-
Updated
Apr 30, 2020 - Ruby
-
Updated
Jun 25, 2020 - Go
To help us save time and help you faster
Before opening a new issue, please make sure that there isn't already an open (or closed/resolved) issue reporting the same problem. Please always open a new issue rather than posting to a closed one - but please reference the possibly related old issue.
Please do not insert images of text, but add the text instead.
Environment
- VerneMQ
-
Updated
Nov 25, 2020 - Go
We need to validate and sanitize the configuration. We already have this feature at some degree, but it's not good enough and poorly implemented. Every configuration struct has its own validator/sanitizer and these functions have to be called before running an Olric node.
Here is a sample. config.Client has its own Sanitize function and constructor.
// NewClient returns a new con-
Updated
Nov 28, 2020 - C
-
Updated
Oct 5, 2020 - Go
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 3, 2020 - C
-
Updated
Dec 3, 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