-
Updated
Jun 27, 2020 - C++
pubsub
Here are 1,025 public repositories matching this topic...
-
Updated
May 11, 2020 - TypeScript
Issue description
In writing rust zmq bindings for tokio, the question came up about when zmq_send and zmq_recv might return EAGAIN when passed the ZMQ_DONTWAIT flag in a multipart message. The implication of the high water mark documentation is that it will only return EAGAIN on the first part of the multipart message, but I couldn't find it explicitly stated anywhere that this
Environment
- OS: RHEL 7.6
- Erlang/OTP:
- EMQ: 2.3.11
Description
I am using:
NIGINX --> Docker --> custom image with EMQ installed ( same host, SSL offload on nginx)
EMQ works and clients can connect but i see continous multiple crashes/proxy errors in the error.log
2019-08-27 12:12:31.287 [error] <0.11973.534> CRASH REPORT Process <0.11973.534> with 0 neighbou
Describe the bug
There seems to have a regression in the documentation #1650
There is still no body request in the current admin REST API
To Reproduce
Steps to reproduce the behavior:
- Go to https://pulsar.apache.org/admin-rest-api/?version=2.5.0#operation/setMaxProducersPerTopic
- There is no request body parameters
Expected behavior
To see request body parameters, th
This is wonderful work and I'm very grateful to find this repo. I'm having difficulty understanding how to scale to multiple networks following the SCC guide and also confused on the recommended architecture. The main issue is clients on separate servers are not finding messages from each other.
On a gcloud instance, i start the state (node server.js), broker( SCC_STATE_SERVER_HOST='[google giv
Environment
- ejabberd version: 20.03
Hi all,
I'm on the latest ejabberd and have found the JWT auth docs somewhat lacking - https://docs.ejabberd.im/admin/configuration/authentication/#jwt-authentication
I've created this post https://stackoverflow.com/questions/61490726/jwt-secret-to-use-with-ejabberd and once I have the solution I'd like to update the core docs as the [ProccessOn
Testing
Isn't just enough to not use babel and etc? Why we need this and ES6 syntax and imports at all. It is just overhead. With that we can just remove babel from deps and they will look more clean.
/cc @developit
Whether the input is Go code and the output is Swagger Spec
Or whether the input is Swagger Spec and the output is Go Code
API documentation should be locked with the API implementation so that the documentation never goes stale.
-
Updated
Jun 24, 2020 - C++
-
Updated
Apr 30, 2020 - Ruby
-
Updated
Jun 25, 2020 - Go
The current behavior for autobahn is to install a bunch of xbr modules even when the user does not request them to be installed.
There are a number of reason this is a bad idea:
- Packages should not install modules that are not relevant to the typical use case for the package without strong technical justification as this can significantly increase attack surface, especially for a packag
Hello.
Interested in the possibility of implementing the following functions for ACL MYSQL :
Add to Public and Subscribe ACL rules template variables %t (topic)
To implement the change of topics corrected in the section
example: Topic change on the fly
Public ACL
{
"pattern": "a/#",
....,
....,
....,
"modifiers": {"topic": "%u/%t",
....,
....,
...
-
Updated
Jun 26, 2020 - Go
currently deactivated CI test due to missing bigint implementation in the msgpack library we use: https://github.com/crossbario/autobahn-js/blob/27d3b33430f2f7ba732d332e223881c8569df8ea/test/test.js#L59
Hi there!
I found this framework interesting and promising due to its handy API syntax. However, the documentation somewhat confuses me. Well, this is unsurprising because I'm not an expert in Web development anyway. Actually, I have received little formal education in CS, but I know the very basics of TCP thanks to [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/html/single/bg
Hi,
open62541 is available as a port in vcpkg, a C++ library manager that simplifies installation for open62541 and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build open62541, ready to be included in their projects.
We also test whether our library ports build in various configurations (dynamic, static
Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:
The badge links to tickgit.com which is a free service that indexes and displays TODO comments in public gith
-
Updated
Jun 11, 2020 - Java
Is your feature request related to a problem? Please describe.
It is not clear why there are the config REST API routes.
Describe the solution you'd like
Could you please explain in short?
Additional context
-
Updated
Feb 22, 2020 - JavaScript
The YARD documentation in the C files is missing some YARD documentation tags, such as @param, @return...
...I would love help with this.
It's easy to take a source file at a time or maybe even fix the documentation for a single function or two at a time.
Great start for newcomers who want to help in on an open source project.
After filling the group-name filter input in groups page and selecting a topic, when going back to groups, the input gets cleared. It would be nice if the provided value was preserved.
Hi,
I followed the installation method of the bundle on a SF 3 architecture and I do not understand the error, finally if I understand it but it is not clear.
I'm told "Did you forget a" statement for another namespace "" about a topic I just created, but I did not call this topic from a controller or whatever.
Can someone enlighten me on the subject? Because the documentation does not ment
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."
Current behavior
Issue: Windows + minikube + MinGW + GitBash + make (gets stuck)
asouza@ASOUZA-DESKTOP MINGW64 /c/Code/dapr/dapr (master) $ make test-e2e-all DAPR_TEST_NAMESPACE=dapr-tests DAPR_TEST_TAG=dev DAPR_TEST_REGISTRY=docker.io/artursouza DAPR_TEST_MINIKUBE_IP= go test -v -tags=e2e ./tests/e2e/...Workaround: see how I had to manually run the same command but set t