Drasko DRASKOVIC

Results 127 comments of Drasko DRASKOVIC

@manuio this issue is not clear to me. What do you mean "a list of available users"? You mean all the users in the system that are not members of...

Mainflux uses [mProxy](https://github.com/mainflux/mproxy) in front of the off-the-shelf MQTT broker of your choice. Default one is [VerneMQ](https://github.com/vernemq/vernemq), and this one does support shared subscriptions: https://docs.vernemq.com/configuration/shared_subscriptions However, I am not sure...

![FB_IMG_1600717214729.jpg](https://user-images.githubusercontent.com/149944/93813276-2024f700-fc53-11ea-8d4b-be9905b1edbb.jpg)

> @drasko I did a quick search in the Mainflux source code and found several places in it that have some kind of regex like in line 25 of mqtt/handler.go:...

Any update on this? Would something like this be put on a roadmap.

Any update on this issue, is there a wish to make a Kuiper scalable? We see it's use in [Mainflux](https://github.com/Mainflux/mainflux), but in the cloud context single instance can quickly become...

@ngjaying @jinfahua any progress on this topic? Is there a plan / roadmap for this feature? Maybe Mainflux team can help with this, if the requirements and design are clear....

@jvermillard is using openssl as a submodule: https://github.com/jvermillard/nativedtls. This way `cgo` can find correct headers. You have probably installed on your system openssl 1.1, but it is pretty new and...

@cpeikert any info on this?

Also this: ``` content_by_lua ' ngx.log(ngx.ERR, "Hello HTTP") ngx.log(ngx.ERR, ngx.var.ssl_client_cert) '; ``` is never printed on the screen.