Skip to content
#

pubsub

Here are 1,025 public repositories matching this topic...

dapr
artursouza
artursouza commented Dec 3, 2019

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

skrap
skrap commented Feb 4, 2020

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

matzuba
matzuba commented Aug 28, 2019

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

jeremie-kaiko
jeremie-kaiko commented Mar 27, 2020

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:

  1. Go to https://pulsar.apache.org/admin-rest-api/?version=2.5.0#operation/setMaxProducersPerTopic
  2. There is no request body parameters

Expected behavior
To see request body parameters, th

34r7h
34r7h commented Oct 23, 2019

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

ejabberd
jameshilliard
jameshilliard commented Apr 24, 2020

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:

  1. 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
msagent
msagent commented Dec 17, 2019

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",
....,
....,
...

facil.io
nalzok
nalzok commented Apr 5, 2019

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

PhoebeHui
PhoebeHui commented Apr 1, 2020

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

clablancherie-devalto
clablancherie-devalto commented Mar 7, 2018

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.

Curate this topic

Add this topic to your repo

To associate your repository with the pubsub topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.